From a035c033100f96e47a060c13a991794b6482b4f1 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 17 Aug 2020 09:51:37 +0200 Subject: [PATCH] Add herbert's third step and loop --- images/{ => campfire}/Ely_Sitting.png | Bin images/{ => campfire}/Ely_Sitting.png.import | 6 +- images/{ => campfire}/campfire.png | Bin images/{ => campfire}/campfire.png.import | 6 +- images/{ => campfire}/campfire.tres | 3 +- images/{ => campfire}/ely.tres | 3 +- images/{ => campfire}/herbert_Eyes.png | Bin images/{ => campfire}/herbert_Eyes.png.import | 6 +- images/{ => campfire}/herbert_FirstStep.png | Bin images/campfire/herbert_FirstStep.png.import | 34 ++ images/{ => campfire}/herbert_SecondStep.png | Bin .../herbert_SecondStep.png.import | 6 +- images/campfire/herbert_Still.png | Bin 0 -> 4096 bytes .../herbert_Still.png.import} | 6 +- images/campfire/herbert_ThirdStep.png | Bin 0 -> 12878 bytes images/campfire/herbert_ThirdStep.png.import | 34 ++ images/campfire/herbert_intro.tres | 390 ++++++++++++++++++ scenes/campfire.tscn | 13 +- 18 files changed, 483 insertions(+), 24 deletions(-) rename images/{ => campfire}/Ely_Sitting.png (100%) rename images/{ => campfire}/Ely_Sitting.png.import (68%) rename images/{ => campfire}/campfire.png (100%) rename images/{ => campfire}/campfire.png.import (69%) rename images/{ => campfire}/campfire.tres (97%) rename images/{ => campfire}/ely.tres (99%) rename images/{ => campfire}/herbert_Eyes.png (100%) rename images/{ => campfire}/herbert_Eyes.png.import (68%) rename images/{ => campfire}/herbert_FirstStep.png (100%) create mode 100644 images/campfire/herbert_FirstStep.png.import rename images/{ => campfire}/herbert_SecondStep.png (100%) rename images/{ => campfire}/herbert_SecondStep.png.import (66%) create mode 100644 images/campfire/herbert_Still.png rename images/{herbert_FirstStep.png.import => campfire/herbert_Still.png.import} (67%) create mode 100644 images/campfire/herbert_ThirdStep.png create mode 100644 images/campfire/herbert_ThirdStep.png.import create mode 100644 images/campfire/herbert_intro.tres diff --git a/images/Ely_Sitting.png b/images/campfire/Ely_Sitting.png similarity index 100% rename from images/Ely_Sitting.png rename to images/campfire/Ely_Sitting.png diff --git a/images/Ely_Sitting.png.import b/images/campfire/Ely_Sitting.png.import similarity index 68% rename from images/Ely_Sitting.png.import rename to images/campfire/Ely_Sitting.png.import index 7420218..ec1d6c3 100644 --- a/images/Ely_Sitting.png.import +++ b/images/campfire/Ely_Sitting.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Ely_Sitting.png-39616a9d9ea3b9546cffc07c3c71bc76.stex" +path="res://.import/Ely_Sitting.png-6bfbf89fb00dd2d41331382d734f5414.stex" metadata={ "vram_texture": false } [deps] -source_file="res://images/Ely_Sitting.png" -dest_files=[ "res://.import/Ely_Sitting.png-39616a9d9ea3b9546cffc07c3c71bc76.stex" ] +source_file="res://images/campfire/Ely_Sitting.png" +dest_files=[ "res://.import/Ely_Sitting.png-6bfbf89fb00dd2d41331382d734f5414.stex" ] [params] diff --git a/images/campfire.png b/images/campfire/campfire.png similarity index 100% rename from images/campfire.png rename to images/campfire/campfire.png diff --git a/images/campfire.png.import b/images/campfire/campfire.png.import similarity index 69% rename from images/campfire.png.import rename to images/campfire/campfire.png.import index 43a0cb9..19f29db 100644 --- a/images/campfire.png.import +++ b/images/campfire/campfire.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/campfire.png-5de4f9958a33ecb37437cf2893db9524.stex" +path="res://.import/campfire.png-9dfe30eeebefa0f24ad0deb5717e2b0c.stex" metadata={ "vram_texture": false } [deps] -source_file="res://images/campfire.png" -dest_files=[ "res://.import/campfire.png-5de4f9958a33ecb37437cf2893db9524.stex" ] +source_file="res://images/campfire/campfire.png" +dest_files=[ "res://.import/campfire.png-9dfe30eeebefa0f24ad0deb5717e2b0c.stex" ] [params] diff --git a/images/campfire.tres b/images/campfire/campfire.tres similarity index 97% rename from images/campfire.tres rename to images/campfire/campfire.tres index 20b6f1f..aaf9983 100644 --- a/images/campfire.tres +++ b/images/campfire/campfire.tres @@ -1,6 +1,7 @@ [gd_resource type="SpriteFrames" load_steps=26 format=2] -[ext_resource path="res://images/campfire.png" type="Texture" id=1] +[ext_resource path="res://images/campfire/campfire.png" type="Texture" id=1] + [sub_resource type="AtlasTexture" id=1] atlas = ExtResource( 1 ) diff --git a/images/ely.tres b/images/campfire/ely.tres similarity index 99% rename from images/ely.tres rename to images/campfire/ely.tres index 09de173..1ee8d9e 100644 --- a/images/ely.tres +++ b/images/campfire/ely.tres @@ -1,6 +1,7 @@ [gd_resource type="SpriteFrames" load_steps=138 format=2] -[ext_resource path="res://images/Ely_Sitting.png" type="Texture" id=1] +[ext_resource path="res://images/campfire/Ely_Sitting.png" type="Texture" id=1] + [sub_resource type="AtlasTexture" id=1] atlas = ExtResource( 1 ) diff --git a/images/herbert_Eyes.png b/images/campfire/herbert_Eyes.png similarity index 100% rename from images/herbert_Eyes.png rename to images/campfire/herbert_Eyes.png diff --git a/images/herbert_Eyes.png.import b/images/campfire/herbert_Eyes.png.import similarity index 68% rename from images/herbert_Eyes.png.import rename to images/campfire/herbert_Eyes.png.import index 5e1198f..3377647 100644 --- a/images/herbert_Eyes.png.import +++ b/images/campfire/herbert_Eyes.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/herbert_Eyes.png-13f7f1841e84103b892adc7b529758bc.stex" +path="res://.import/herbert_Eyes.png-71437fe5dbf673ef3ef64a036365006c.stex" metadata={ "vram_texture": false } [deps] -source_file="res://images/herbert_Eyes.png" -dest_files=[ "res://.import/herbert_Eyes.png-13f7f1841e84103b892adc7b529758bc.stex" ] +source_file="res://images/campfire/herbert_Eyes.png" +dest_files=[ "res://.import/herbert_Eyes.png-71437fe5dbf673ef3ef64a036365006c.stex" ] [params] diff --git a/images/herbert_FirstStep.png b/images/campfire/herbert_FirstStep.png similarity index 100% rename from images/herbert_FirstStep.png rename to images/campfire/herbert_FirstStep.png diff --git a/images/campfire/herbert_FirstStep.png.import b/images/campfire/herbert_FirstStep.png.import new file mode 100644 index 0000000..9ef2e50 --- /dev/null +++ b/images/campfire/herbert_FirstStep.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/herbert_FirstStep.png-ddb3f131557c59c1db1a3f313624f50e.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://images/campfire/herbert_FirstStep.png" +dest_files=[ "res://.import/herbert_FirstStep.png-ddb3f131557c59c1db1a3f313624f50e.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/images/herbert_SecondStep.png b/images/campfire/herbert_SecondStep.png similarity index 100% rename from images/herbert_SecondStep.png rename to images/campfire/herbert_SecondStep.png diff --git a/images/herbert_SecondStep.png.import b/images/campfire/herbert_SecondStep.png.import similarity index 66% rename from images/herbert_SecondStep.png.import rename to images/campfire/herbert_SecondStep.png.import index a67206f..9e9c690 100644 --- a/images/herbert_SecondStep.png.import +++ b/images/campfire/herbert_SecondStep.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/herbert_SecondStep.png-1332d5d8cb46f9541e74db53006229b2.stex" +path="res://.import/herbert_SecondStep.png-bd8c41d8daac8c9995d6c03b1819160f.stex" metadata={ "vram_texture": false } [deps] -source_file="res://images/herbert_SecondStep.png" -dest_files=[ "res://.import/herbert_SecondStep.png-1332d5d8cb46f9541e74db53006229b2.stex" ] +source_file="res://images/campfire/herbert_SecondStep.png" +dest_files=[ "res://.import/herbert_SecondStep.png-bd8c41d8daac8c9995d6c03b1819160f.stex" ] [params] diff --git a/images/campfire/herbert_Still.png b/images/campfire/herbert_Still.png new file mode 100644 index 0000000000000000000000000000000000000000..071063c319a4857e3369a7cb1ee553552253daf6 GIT binary patch literal 4096 zcmdT{YgALm7CwLlTSYBepS)^SmaRY$p~x$uco7iN(v}twqc;kIAX1uw2%Jx#lC`?l{dLce$)1_L_k6P- zlf6?v_w_J*Z|Qpw1Q~j6arc8D1Gg?eh!6mVVf>%b?N8KZcU^3r4B!rZTN;aWhOK|ebQ_27NCi<83bjUp_^9W29FK%wV_&Z@G3lJ z+OcotGm|>^X|a#tc&IabobB^>m(`6^(DAbWZ80tqs*F6??eN%7n^AvtqU($w_VG@= z#pBd(M)vbw-$bOAgrjt|e=GwaX_Z3fSEqNi$$(M*>|q<6+K(v9vzV+pAF zN{<-scu7EXFXy}-X<8YVl5Dv8?F<+PclNdhyp6q9@c$9%muZJ@RBKP~(0wbpCQK^h z&lN8>Pk)`Yxde|->#&LqcuF%)k^y53vA|iIfcgxGkpU(O&%wpQu2|@^^q@|4h|aN_ z#!7Fn+lD(LfCHKauA!8LF;}heoSVjzlX*v(&O=(kIrE>3CcP3saxt=|@nJvBm=J(y z6oxTU2B9PaE+61>;D8||u+QMZONUcknzzR&T-sO!qXdiyzyJzUFcOo{oXZu0L^*I4 zH(gT87x$=~F~n>z-V_%z4!AG~CHE@R1E`-%=R7V#25X~SuixP!Ca;9zFvJ=+BLj62 zkjTL`6lRip{MFLC-~bAfFp@^x14uPUWI&@e<#Jda$<~P(;nY7O=k>K6P$ivgOfb`E z552}H1S7WMG0?e6i3|`;YJ2<>w8YgnikIbpQyI$H_b)UI6@f^UVt_{#0!JCV3>Ue9 zb{XP)&Yqs%;LhHu)ADjY2NVAb(Cz|zjB}W%GepcfxyWkM0~gaMKTD*89+lR7C7?Ry=X)w6?1v* zF@{YA&vKU*sv}%*qy)svfeSA321+@y9fQe$b|4aBkOP~D>z?y5t882G{n!|)&M`6= zL@6YkCxmg7L?^4@%*{EaG~}H=EE!t%89J zQ*LE;L-qHap=o4B1&aCV_j!XxDj)7Z5$A=t$Y=7zvKqt&?{gWh_+IBv3r@ug_Yd0T z6mT2mfL)jfUW+S`RU9WeH$4A_<*aVuFH)w)+}}F(2==bmxyU3`tgQee7sI%P5FxVU z@D&itfZMwKdF2T;ttTed#}&?i`ysaFXo;l_Sq>5!-#u+d4cgmSpu4bcElwu6s$y`F z2M{vI_%@*8161-QNdzaNBz&lar=pl?SRO_74Sx$(G}X*9>+!vxu(zMa<#adGY2gJQ z;R-lCP`U+Rl)~2a0)!Bi(lRu6SgkqI-V>%SF|fN7m%Xq~;8_^e;6Q6CV)4>hl<^Ca za$j8obQ3vk0WrFJ`m0$-Bkw4z(#O0qVTqTFT{eVU`{h-op}k$aLEhfOORbBedej|C za&5Lc#%0j%3|P~%cMAw;68%C{oZx(jhuTm!NwP@6B3us3)!C+C7gNdv{qC9b<5_&5 zVUocbc9f(M#LNV62azxX{Sv;AwJJK{-bQdXW#IVxKDMyYo;$jlgv*Qe38;V?Byj9X z15615G#NY@9(X}gos3=Nw)K4OfaGBQ(!rq_*+kA%f0F8vfqYv#8y54A(%WCvDNhq! z)uGlkG$B~~GCoksXSlU+EMT5ywQ?@5Yc^_tKlpoP3R@*97UKE%x6g^HXD9ke z*-1kUEhqbEqt!L@F<^{?&^!W`k+R+z652r3`Ac{D_~4<vf`M9o1Vxc|Z#7wW9wn=?lA~ zyO@~<#Q0o@Jv}rbru(|dqPmB?R%6)rx~^x@s}%Y>_ku(U%;JKLqs3ogYi4+vzabBmvhd4}PW{$;{m{GC< zGjlxG?vl7R1fP2xb!EAMk)uTmR@U-D?*doq>dl_Y!6hid`_}6V!AOEWuC&eetI~_x z#W8OV+z>2^47}*^lcVXTuvyCs2*ixHg!8AyXLww5oJqzhpyb9hDE7}DJI;1{3ia6c zozk$z6Dr;U9QFXag&-EC*uNsZ6k?OQA2X_+@9a}NN*^7RfgIu=4u(6dqH}JV!|dN) zJ8)7d@8(sY_9d3h>RBotF!vqrz_(BvXuq8@s19B+qu{EJ;Pp9nXX zzo43oa+7QL(-rJ1oN9pgHNBzXxm|-I&ok3vDu(+zGYub;4wsqFoP=Tu$rjlA2<`6F zN)%$=^s!~xfRvhJpTzz;o>atO?LGd8ESE?Fi_~9YL)HFr z{Fv)M*{XHbjhCk-dmlY}>G;OuNClLW5rg0VXm}_Q+ zYcqsV(>@4cmVNi3bHKb7cP;g9%hNvnXNpuat0Tqbi%V0c^-wPHJHOZPalLh7+2S?2 z;e}cZA6_1&H>7G@s9UeC(v)9ogG`P0-28Xh%+ljpj#|y9a`bA`f<{}WG;0&q*$R&B zsdSwwD`#$*K87{%vZs5K>0IWl(~2wgomKMvJHMHD9H(|3(%F?AP*QliKYByk(1V|&@2y literal 0 HcmV?d00001 diff --git a/images/herbert_FirstStep.png.import b/images/campfire/herbert_Still.png.import similarity index 67% rename from images/herbert_FirstStep.png.import rename to images/campfire/herbert_Still.png.import index 9736e6e..cf9f1e7 100644 --- a/images/herbert_FirstStep.png.import +++ b/images/campfire/herbert_Still.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/herbert_FirstStep.png-2d3c08b8eb539fa5e4b7079ac9715f8a.stex" +path="res://.import/herbert_Still.png-118139dfbc2b7768bf1cc21b0085e300.stex" metadata={ "vram_texture": false } [deps] -source_file="res://images/herbert_FirstStep.png" -dest_files=[ "res://.import/herbert_FirstStep.png-2d3c08b8eb539fa5e4b7079ac9715f8a.stex" ] +source_file="res://images/campfire/herbert_Still.png" +dest_files=[ "res://.import/herbert_Still.png-118139dfbc2b7768bf1cc21b0085e300.stex" ] [params] diff --git a/images/campfire/herbert_ThirdStep.png b/images/campfire/herbert_ThirdStep.png new file mode 100644 index 0000000000000000000000000000000000000000..59899c1fe4c52a6103392fc6cc2ca62ae258b693 GIT binary patch literal 12878 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 literal 0 HcmV?d00001 diff --git a/images/campfire/herbert_ThirdStep.png.import b/images/campfire/herbert_ThirdStep.png.import new file mode 100644 index 0000000..d162f61 --- /dev/null +++ b/images/campfire/herbert_ThirdStep.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/herbert_ThirdStep.png-7daa12147ddd88a0810b0ed8e1601e20.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://images/campfire/herbert_ThirdStep.png" +dest_files=[ "res://.import/herbert_ThirdStep.png-7daa12147ddd88a0810b0ed8e1601e20.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/images/campfire/herbert_intro.tres b/images/campfire/herbert_intro.tres new file mode 100644 index 0000000..3921f79 --- /dev/null +++ b/images/campfire/herbert_intro.tres @@ -0,0 +1,390 @@ +[gd_resource type="SpriteFrames" load_steps=86 format=2] + +[ext_resource path="res://images/campfire/herbert_SecondStep.png" type="Texture" id=1] +[ext_resource path="res://images/campfire/herbert_Eyes.png" type="Texture" id=2] +[ext_resource path="res://images/campfire/herbert_FirstStep.png" type="Texture" id=3] +[ext_resource path="res://images/campfire/herbert_ThirdStep.png" type="Texture" id=4] +[ext_resource path="res://images/campfire/herbert_Still.png" type="Texture" id=5] + +[sub_resource type="AtlasTexture" id=1] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 0, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=2] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 192, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=3] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 384, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=4] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 576, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=5] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 768, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=6] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 960, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=7] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 1152, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=8] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 1344, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=9] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 1536, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=10] +flags = 4 +atlas = ExtResource( 5 ) +region = Rect2( 1728, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=11] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 0, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=12] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 192, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=13] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 384, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=14] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 576, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=15] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 768, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=16] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 960, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=17] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1152, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=18] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1344, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=19] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1536, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=20] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1728, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=21] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 0, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=22] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 192, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=23] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 384, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=24] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 576, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=25] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 768, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=26] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 960, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=27] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1152, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=28] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1344, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=29] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1536, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=30] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 1728, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=31] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 0, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=32] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 192, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=33] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 384, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=34] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 576, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=35] +flags = 4 +atlas = ExtResource( 4 ) +region = Rect2( 768, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=36] +atlas = ExtResource( 3 ) +region = Rect2( 0, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=37] +atlas = ExtResource( 3 ) +region = Rect2( 192, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=38] +atlas = ExtResource( 3 ) +region = Rect2( 384, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=39] +atlas = ExtResource( 3 ) +region = Rect2( 0, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=40] +atlas = ExtResource( 3 ) +region = Rect2( 192, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=41] +atlas = ExtResource( 3 ) +region = Rect2( 384, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=42] +atlas = ExtResource( 3 ) +region = Rect2( 0, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=43] +atlas = ExtResource( 3 ) +region = Rect2( 192, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=44] +atlas = ExtResource( 3 ) +region = Rect2( 384, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=45] +atlas = ExtResource( 3 ) +region = Rect2( 0, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=46] +atlas = ExtResource( 3 ) +region = Rect2( 192, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=47] +atlas = ExtResource( 3 ) +region = Rect2( 384, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=48] +atlas = ExtResource( 3 ) +region = Rect2( 0, 432, 192, 108 ) + +[sub_resource type="AtlasTexture" id=49] +atlas = ExtResource( 3 ) +region = Rect2( 192, 432, 192, 108 ) + +[sub_resource type="AtlasTexture" id=50] +atlas = ExtResource( 3 ) +region = Rect2( 384, 432, 192, 108 ) + +[sub_resource type="AtlasTexture" id=51] +atlas = ExtResource( 3 ) +region = Rect2( 0, 540, 192, 108 ) + +[sub_resource type="AtlasTexture" id=52] +atlas = ExtResource( 3 ) +region = Rect2( 192, 540, 192, 108 ) + +[sub_resource type="AtlasTexture" id=53] +atlas = ExtResource( 3 ) +region = Rect2( 384, 540, 192, 108 ) + +[sub_resource type="AtlasTexture" id=54] +atlas = ExtResource( 3 ) +region = Rect2( 0, 648, 192, 108 ) + +[sub_resource type="AtlasTexture" id=55] +atlas = ExtResource( 3 ) +region = Rect2( 192, 648, 192, 108 ) + +[sub_resource type="AtlasTexture" id=56] +atlas = ExtResource( 1 ) +region = Rect2( 0, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=57] +atlas = ExtResource( 1 ) +region = Rect2( 192, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=58] +atlas = ExtResource( 1 ) +region = Rect2( 384, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=59] +atlas = ExtResource( 1 ) +region = Rect2( 0, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=60] +atlas = ExtResource( 1 ) +region = Rect2( 192, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=61] +atlas = ExtResource( 1 ) +region = Rect2( 384, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=62] +atlas = ExtResource( 1 ) +region = Rect2( 0, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=63] +atlas = ExtResource( 1 ) +region = Rect2( 192, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=64] +atlas = ExtResource( 1 ) +region = Rect2( 384, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=65] +atlas = ExtResource( 1 ) +region = Rect2( 0, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=66] +atlas = ExtResource( 1 ) +region = Rect2( 192, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=67] +atlas = ExtResource( 1 ) +region = Rect2( 384, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=68] +atlas = ExtResource( 1 ) +region = Rect2( 0, 432, 192, 108 ) + +[sub_resource type="AtlasTexture" id=69] +atlas = ExtResource( 1 ) +region = Rect2( 192, 432, 192, 108 ) + +[sub_resource type="AtlasTexture" id=70] +atlas = ExtResource( 2 ) +region = Rect2( 0, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=71] +atlas = ExtResource( 2 ) +region = Rect2( 192, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=72] +atlas = ExtResource( 2 ) +region = Rect2( 384, 0, 192, 108 ) + +[sub_resource type="AtlasTexture" id=73] +atlas = ExtResource( 2 ) +region = Rect2( 0, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=74] +atlas = ExtResource( 2 ) +region = Rect2( 192, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=75] +atlas = ExtResource( 2 ) +region = Rect2( 384, 108, 192, 108 ) + +[sub_resource type="AtlasTexture" id=76] +atlas = ExtResource( 2 ) +region = Rect2( 0, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=77] +atlas = ExtResource( 2 ) +region = Rect2( 192, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=78] +atlas = ExtResource( 2 ) +region = Rect2( 384, 216, 192, 108 ) + +[sub_resource type="AtlasTexture" id=79] +atlas = ExtResource( 2 ) +region = Rect2( 0, 324, 192, 108 ) + +[sub_resource type="AtlasTexture" id=80] +atlas = ExtResource( 2 ) +region = Rect2( 192, 324, 192, 108 ) + +[resource] +animations = [ { +"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ) ], +"loop": true, +"name": "idle", +"speed": 10.0 +}, { +"frames": [ SubResource( 11 ), SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ), SubResource( 16 ), SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ), SubResource( 21 ), SubResource( 22 ), SubResource( 23 ), SubResource( 24 ), SubResource( 25 ), SubResource( 26 ), SubResource( 27 ), SubResource( 28 ), SubResource( 29 ), SubResource( 30 ), SubResource( 31 ), SubResource( 32 ), SubResource( 33 ), SubResource( 34 ), SubResource( 35 ) ], +"loop": false, +"name": "third_step", +"speed": 10.0 +}, { +"frames": [ SubResource( 36 ), SubResource( 37 ), SubResource( 38 ), SubResource( 39 ), SubResource( 40 ), SubResource( 41 ), SubResource( 42 ), SubResource( 43 ), SubResource( 44 ), SubResource( 45 ), SubResource( 46 ), SubResource( 47 ), SubResource( 48 ), SubResource( 49 ), SubResource( 50 ), SubResource( 51 ), SubResource( 52 ), SubResource( 53 ), SubResource( 54 ), SubResource( 55 ) ], +"loop": false, +"name": "first_step", +"speed": 10.0 +}, { +"frames": [ SubResource( 56 ), SubResource( 57 ), SubResource( 58 ), SubResource( 59 ), SubResource( 60 ), SubResource( 61 ), SubResource( 62 ), SubResource( 63 ), SubResource( 64 ), SubResource( 65 ), SubResource( 66 ), SubResource( 67 ), SubResource( 68 ), SubResource( 69 ) ], +"loop": false, +"name": "second_step", +"speed": 10.0 +}, { +"frames": [ SubResource( 70 ), SubResource( 71 ), SubResource( 72 ), SubResource( 73 ), SubResource( 74 ), SubResource( 75 ), SubResource( 76 ), SubResource( 77 ), SubResource( 78 ), SubResource( 79 ), SubResource( 80 ) ], +"loop": false, +"name": "eyes", +"speed": 10.0 +} ] diff --git a/scenes/campfire.tscn b/scenes/campfire.tscn index 19c01a9..733588b 100644 --- a/scenes/campfire.tscn +++ b/scenes/campfire.tscn @@ -1,30 +1,29 @@ [gd_scene load_steps=6 format=2] -[ext_resource path="res://images/campfire.tres" type="SpriteFrames" id=1] -[ext_resource path="res://images/ely.tres" type="SpriteFrames" id=2] +[ext_resource path="res://images/campfire/campfire.tres" type="SpriteFrames" id=1] +[ext_resource path="res://images/campfire/ely.tres" type="SpriteFrames" id=2] [ext_resource path="res://scenes/dialogue.tscn" type="PackedScene" id=3] [ext_resource path="res://scripts/scenes/IntroScript.gd" type="Script" id=4] -[ext_resource path="res://images/herbert_intro.tres" type="SpriteFrames" id=5] +[ext_resource path="res://images/campfire/herbert_intro.tres" type="SpriteFrames" id=5] [node name="root" type="Node2D"] [node name="Campfire (background)" type="AnimatedSprite" parent="."] frames = ExtResource( 1 ) +frame = 20 playing = true centered = false [node name="Ely" type="AnimatedSprite" parent="."] frames = ExtResource( 2 ) -frame = 63 +frame = 128 playing = true centered = false [node name="Herbert" type="AnimatedSprite" parent="."] visible = false frames = ExtResource( 5 ) -animation = "eyes" -frame = 10 -playing = true +animation = "idle" centered = false [node name="UI" type="Control" parent="."]