diff options
author | juneflow <63904206+juneflow@users.noreply.github.com> | 2020-04-19 15:52:50 +0200 |
---|---|---|
committer | juneflow <63904206+juneflow@users.noreply.github.com> | 2020-04-19 15:52:50 +0200 |
commit | 4ada18ddb40c5cdc4f05ad18accd4f79290543c5 (patch) | |
tree | 7d508df1905bf76c5b2eb4b89d1be002179a7cf1 /riot | |
parent | c3620b837ec41fea1e0676194b7f2601137543fa (diff) | |
download | LDJam46-4ada18ddb40c5cdc4f05ad18accd4f79290543c5.tar.gz LDJam46-4ada18ddb40c5cdc4f05ad18accd4f79290543c5.tar.bz2 LDJam46-4ada18ddb40c5cdc4f05ad18accd4f79290543c5.zip |
Manager Cruelty
Diffstat (limited to 'riot')
-rw-r--r-- | riot/riot.tscn | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/riot/riot.tscn b/riot/riot.tscn index b86a439..e091837 100644 --- a/riot/riot.tscn +++ b/riot/riot.tscn @@ -1,12 +1,23 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=8 format=2] [ext_resource path="res://riot/riot.gd" type="Script" id=1] -[ext_resource path="res://assets/manager.png" type="Texture" id=2] +[ext_resource path="res://assets/manager2.png" type="Texture" id=2] [ext_resource path="res://riot/manager.gd" type="Script" id=3] +[ext_resource path="res://assets/manager1.png" type="Texture" id=4] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 33.1266, 67.3226 ) +[sub_resource type="AnimatedTexture" id=2] +flags = 4 +frames = 2 +fps = 3.0 +frame_0/texture = ExtResource( 4 ) +frame_1/texture = ExtResource( 2 ) +frame_1/delay_sec = 0.0 + +[sub_resource type="AnimatedTexture" id=3] + [node name="Node2D" type="Node2D"] script = ExtResource( 1 ) @@ -18,4 +29,5 @@ script = ExtResource( 3 ) shape = SubResource( 1 ) [node name="Sprite" type="Sprite" parent="manager"] -texture = ExtResource( 2 ) +texture = SubResource( 2 ) +normal_map = SubResource( 3 ) |