From d44f69f7319f0b291514926619328ee2a70ef125 Mon Sep 17 00:00:00 2001 From: Penelope Date: Sun, 6 Apr 2025 18:47:02 -0300 Subject: [PATCH] End of lesson 23. --- gfx/game/maps/entities/player/Idle/Thumbs.db | Bin 0 -> 4096 bytes .../maps/entities/player/Idle/Untitled-0.jpx | 1 + .../entities/player/Idle/Untitled-0_0.png | 3 + .../player/Idle/Untitled-0_0.png.import | 34 +++++ .../entities/player/Idle/Untitled-0_1.png | 3 + .../player/Idle/Untitled-0_1.png.import | 34 +++++ .../entities/player/Idle/Untitled-0_2.png | 3 + .../player/Idle/Untitled-0_2.png.import | 34 +++++ .../entities/player/Idle/Untitled-0_3.png | 3 + .../player/Idle/Untitled-0_3.png.import | 34 +++++ .../maps/entities/player/WalkDown/Thumbs.db | Bin 0 -> 4608 bytes .../entities/player/WalkDown/Untitled-2.jpx | 1 + .../entities/player/WalkDown/Untitled-2_0.png | 3 + .../player/WalkDown/Untitled-2_0.png.import | 34 +++++ .../entities/player/WalkDown/Untitled-2_1.png | 3 + .../player/WalkDown/Untitled-2_1.png.import | 34 +++++ .../entities/player/WalkDown/Untitled-2_2.png | 3 + .../player/WalkDown/Untitled-2_2.png.import | 34 +++++ .../entities/player/WalkDown/Untitled-2_3.png | 3 + .../player/WalkDown/Untitled-2_3.png.import | 34 +++++ .../entities/player/WalkLeft/Untitled-3.jpx | 1 + .../entities/player/WalkLeft/Untitled-3_0.png | 3 + .../player/WalkLeft/Untitled-3_0.png.import | 34 +++++ .../entities/player/WalkLeft/Untitled-3_1.png | 3 + .../player/WalkLeft/Untitled-3_1.png.import | 34 +++++ .../entities/player/WalkLeft/Untitled-3_2.png | 3 + .../player/WalkLeft/Untitled-3_2.png.import | 34 +++++ .../entities/player/WalkLeft/Untitled-3_3.png | 3 + .../player/WalkLeft/Untitled-3_3.png.import | 34 +++++ .../maps/entities/player/WalkRight/Thumbs.db | Bin 0 -> 4096 bytes .../entities/player/WalkRight/Untitled-3.jpx | 1 + .../player/WalkRight/Untitled-3_0.png | 3 + .../player/WalkRight/Untitled-3_0.png.import | 34 +++++ .../player/WalkRight/Untitled-3_1.png | 3 + .../player/WalkRight/Untitled-3_1.png.import | 34 +++++ .../player/WalkRight/Untitled-3_2.png | 3 + .../player/WalkRight/Untitled-3_2.png.import | 34 +++++ .../player/WalkRight/Untitled-3_3.png | 3 + .../player/WalkRight/Untitled-3_3.png.import | 34 +++++ .../entities/player/WalkUp/Untitled-2_0.png | 3 + .../player/WalkUp/Untitled-2_0.png.import | 34 +++++ .../entities/player/WalkUp/Untitled-2_1.png | 3 + .../player/WalkUp/Untitled-2_1.png.import | 34 +++++ .../entities/player/WalkUp/Untitled-2_2.png | 3 + .../player/WalkUp/Untitled-2_2.png.import | 34 +++++ .../entities/player/WalkUp/Untitled-2_3.png | 3 + .../player/WalkUp/Untitled-2_3.png.import | 34 +++++ gfx/game/{ => maps}/tiles/PokemonLike.png | 0 .../{ => maps}/tiles/PokemonLike.png.import | 6 +- gfx/game/{ => maps}/tiles/colored_packed.png | 0 .../tiles/colored_packed.png.import | 6 +- scenes/game/maps/entities/mob.tscn | 141 ++++++++++++++++++ tilesets/default.tres | 4 +- 53 files changed, 893 insertions(+), 8 deletions(-) create mode 100644 gfx/game/maps/entities/player/Idle/Thumbs.db create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0.jpx create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_0.png create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_0.png.import create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_1.png create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_1.png.import create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_2.png create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_2.png.import create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_3.png create mode 100644 gfx/game/maps/entities/player/Idle/Untitled-0_3.png.import create mode 100644 gfx/game/maps/entities/player/WalkDown/Thumbs.db create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2.jpx create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_0.png create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_0.png.import create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_1.png create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_1.png.import create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_2.png create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_2.png.import create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_3.png create mode 100644 gfx/game/maps/entities/player/WalkDown/Untitled-2_3.png.import create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3.jpx create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_0.png create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_0.png.import create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_1.png create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_1.png.import create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_2.png create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_2.png.import create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_3.png create mode 100644 gfx/game/maps/entities/player/WalkLeft/Untitled-3_3.png.import create mode 100644 gfx/game/maps/entities/player/WalkRight/Thumbs.db create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3.jpx create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png.import create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png.import create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png.import create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png create mode 100644 gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png.import create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png.import create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png.import create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png.import create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png create mode 100644 gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png.import rename gfx/game/{ => maps}/tiles/PokemonLike.png (100%) rename gfx/game/{ => maps}/tiles/PokemonLike.png.import (70%) rename gfx/game/{ => maps}/tiles/colored_packed.png (100%) rename gfx/game/{ => maps}/tiles/colored_packed.png.import (69%) create mode 100644 scenes/game/maps/entities/mob.tscn diff --git a/gfx/game/maps/entities/player/Idle/Thumbs.db b/gfx/game/maps/entities/player/Idle/Thumbs.db new file mode 100644 index 0000000000000000000000000000000000000000..da616bad7de7c6e5e802aec55e5cef822b61c8a2 GIT binary patch literal 4096 zcmca`Uhu)fjZzO8(10BSGsD0CoD6J8;*3Bx2!nwD0|OI~0pkDr|NlQkkbwcn90fxt z1pWfu3W{S;9I^muRwx_99|gld1cDgyfv|)@fx(p_4@eg=RKl_{QM4E^#lS)dUN+#+ z*-)qa*~0NMBQr=ITCf-~m@=3##4{K%STL9~7z1%KLn4r!#$d^i#E=T4jevXu940a_ zXfZH>%>$K1Aa~$Yh$c}1bu7aEG@wfifcB*U-IK&%0(3(nkW6Ao0n)~3x)EHE{UCcm zd52j0L0(6<-wWAQl5+aUdQo zLqIVyxPb&PoiXA zfN9eQCTkXHUp~GIhZ%G@uW+zAGEU@qZKl&+(4g>8V20DhW>bNMCWn{r^DsCY-eSPQ z!NIQNqil3Qjg9FA+n@9mFPLt3tYJLDwwp$y;M8?UsPfls_L z$1~$SZyGOn{JId^khEa;YW>4sRu(U`u{a?1Rf8eA>+meDkBmIb3nX|AfJN8r1;y=G zD^7v34uhwwpUXO@geDLh1kl63Gi}#S*$L_&M#G=J;U54^|MC|lZGyEE= z>0gFn9m6uon*uqrHXd)P;GD6sxYPD9Fx^WmTQA7+Su*ZhgU6wb49xG=?c=$;{9Nm& z4)z;CGS@;n_!A@;j%GA8GBWIzuIH~!dKC^z-{|QbB!&!N=|2t{{)+3fH}T(!)S)!| z894?l{G}N#cknG>Tlm7Uzx6+lXzUBKCdLRJtfdb_krjI3Gi!pxxx6HXtd=4Pg`5Qv zW({&30+Ww=AGmT(^&5}0Sx&-?eQpA0(kpHdy0NWm> s!1jnaa+IO4f$a}?`wvvpp-AH32m!^*fbmT&fLy~;%S=+t8Ortp0IV>u?f?J) literal 0 HcmV?d00001 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0.jpx b/gfx/game/maps/entities/player/Idle/Untitled-0.jpx new file mode 100644 index 0000000..962c108 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0.jpx @@ -0,0 +1 @@ +{"w":16,"h":16,"unit":1,"speed":0.2,"animation":1,"frames":[{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABC0lEQVQ4T2NkYGD4z0ABYMRmgLUKA0OQIcTUdechNIhfvBrTJqwG9IYiNMI0g2iiDEDWfPQOAwOID9IIcxW6IRguACkEaQSBBXYMDAmHEM5GloOJYvUCSCPY6QGRDOs2LIebgGwYXgNgkp/6IsFMviKEIejBiNUFII0gTcgGwMQIG1DRxcDQUQbXDNMAdgVUDtkQDBeAA84KYggKqOhiWHCsDCVQQfIoBsCdaezHwHB2E0McgzDYjEUMbxkYoGLoXsFuAAMDXDPMFWBDGBjAXkMOVKyByCBeAla8c4k9w4YNGximrxGEmPOyBz0MUb0Al4UaANeAzkcyBmdmgqVGmFpsqRAjEDHcR4QAACaqaAGTENdEAAAAAElFTkSuQmCC","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAYUlEQVQ4T72T2w4AEAxD6/8/mkgQ6tKJi8fZzroOB8CDThdI944TAcRYkz8rzrUMuQtQ3UcqGgVfAG89iDOqMZYKVPFbE63dWUVZ4zHAYqD0wALZegc5uR5PAmoVDBh95wBfICIBcWavSgAAAABJRU5ErkJggg=="}],"speed":null},{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABC0lEQVQ4T2NkYGD4z0ABYMRmgLUKA0OQIcTUdechNIhfvBrTJqwG9IYiNMI0g2iiDEDWfPQOAwOID9IIcxW6IRguACkEaQSBBXYMDAmHEM5GloOJYvUCSCPY6QGRDOs2LIebgGwYXgNgkp/6IsFMviKEIejBiNUFII0gTcgGwMQIG1DRxcDQUQbXDNMAdgVUDtkQDBeAA84KYggKqOhiWHCsDCVQQfIoBsCdaezHwHB2E0McgzDYjEUMbxkYoGLoXsFuAAMDXDPMFWBDGBjAXkMOVKyByCBeAla8c4k9w4YNGximrxGEmPOyBz0MUb0Al4UaANeAzkcyBmdmgqVGmFpsqRAjEDHcR4QAACaqaAGTENdEAAAAAElFTkSuQmCC","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAYUlEQVQ4T72T2w4AEAxD6/8/mkgQ6tKJi8fZzroOB8CDThdI944TAcRYkz8rzrUMuQtQ3UcqGgVfAG89iDOqMZYKVPFbE63dWUVZ4zHAYqD0wALZegc5uR5PAmoVDBh95wBfICIBcWavSgAAAABJRU5ErkJggg=="}],"speed":null},{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA/klEQVQ4T2NkYGD4z0ABYMRmgLUKA0OQIcTUdechNIhfvBrTJqwG9IYiNMI0g2iiDEDWfPQOAwOID9IIcxW6IRguACkEaQSBBXYMDAmHEM5GloOJYvUCSCPY6QGRDOs2LIebgGwYXgNgkp/6IsFMviKEIejBiNUFII0gTcgGwMQIG1DRxcDQUQbXDNMAdgVUDtkQDBeAA84KYggKqOhiWHCsDCVQQfIoBsCdaezHwHB2E0McgzDYjEUMbxkYoGLoXsFwAUwBTDPMFSBDsIUD1kBkEC8B69u5xJ5hw4YNDNPXCELMedmDkZbxGgDXADWQaAOwpThsYhiBiOE+IgQAJqpoAY96KHwAAAAASUVORK5CYII=","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAW0lEQVQ4T71TWwoAIAhb9z90ERToeizI8lPdnLMSgAyKIdHqiRsB1JzrX4E7lkliCdT0mQqn4AvBWw/qjmqNrQIFfmvi6XRWEXvGaxPDCfrJrD/yIVkVTDD7zgVXMCIBJGQ7ZQAAAABJRU5ErkJggg=="}],"speed":null},{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABCklEQVQ4T2NkYGD4z0ABYMRmgLUKA0OQIcTUdechNIhfvBrTJqwG9IYiNMI0g2iiDEDWfPQOAwOID9IIcxW6IRguACkEaQSBBXYMDAmHEM5GloOJYvUCSCPY6QGRDOs2LIebgGwYXgNgkp/6IsFMviKEIejBiNUFMI3oirEZhGlARRcDQ0cZA7ohYM1QOWSDMQwAB5wVxBAUUNHFsOBYGUqgguRRDADZCrbJ2I+B4ewmhjgGYbAZixjewsXgaqCmYzeAgQGuGeYKsCEMDGCvIYcF1kBkEC8BK965xJ5hw4YNDNPXCELMedmDHq6oXoDLQg2Aa0DnIxmDMzPBUiNMLbZUiBGIGO4jQgAAPq9iATmmiPAAAAAASUVORK5CYII=","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAYUlEQVQ4T72T2w4AEAxD6/8/mkgQ6tKJi8fZzroOB8CDThdI944TAcRYkz8rzrUMuQtQ3UcqGgVfAG89iDOqMZYKVPFbE63dWUVZ4zHAYqD0wALZegc5uR5PAmoVDBh95wBfICIBcWavSgAAAABJRU5ErkJggg=="}],"speed":null}],"palette":[[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0]],"tileset":{"w":10,"h":2,"zoom":2,"tiles":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]},"background":""} \ No newline at end of file diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_0.png b/gfx/game/maps/entities/player/Idle/Untitled-0_0.png new file mode 100644 index 0000000..f6e7816 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f28b0f9e23d62567f4b084ec0779c6c91d8227d6b8f6d012f8000c1d0eb578 +size 333 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_0.png.import b/gfx/game/maps/entities/player/Idle/Untitled-0_0.png.import new file mode 100644 index 0000000..5e68852 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byx166hd5b3as" +path="res://.godot/imported/Untitled-0_0.png-a18c6e76988b3524a3feee04e22d4141.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/Idle/Untitled-0_0.png" +dest_files=["res://.godot/imported/Untitled-0_0.png-a18c6e76988b3524a3feee04e22d4141.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_1.png b/gfx/game/maps/entities/player/Idle/Untitled-0_1.png new file mode 100644 index 0000000..f6e7816 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f28b0f9e23d62567f4b084ec0779c6c91d8227d6b8f6d012f8000c1d0eb578 +size 333 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_1.png.import b/gfx/game/maps/entities/player/Idle/Untitled-0_1.png.import new file mode 100644 index 0000000..fb4a43f --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://r0g6psd2ujxw" +path="res://.godot/imported/Untitled-0_1.png-9a1085426d6f5f4438b965d4a74c904c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/Idle/Untitled-0_1.png" +dest_files=["res://.godot/imported/Untitled-0_1.png-9a1085426d6f5f4438b965d4a74c904c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_2.png b/gfx/game/maps/entities/player/Idle/Untitled-0_2.png new file mode 100644 index 0000000..40efb89 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b783cf271f384fb04b0649cecd121777b06fb8a248c31275559071f458f4655 +size 327 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_2.png.import b/gfx/game/maps/entities/player/Idle/Untitled-0_2.png.import new file mode 100644 index 0000000..ff07182 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bi2x2l6s36tw4" +path="res://.godot/imported/Untitled-0_2.png-42b36f208c47d868132283de8d69fe21.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/Idle/Untitled-0_2.png" +dest_files=["res://.godot/imported/Untitled-0_2.png-42b36f208c47d868132283de8d69fe21.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_3.png b/gfx/game/maps/entities/player/Idle/Untitled-0_3.png new file mode 100644 index 0000000..c0dd198 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0cc15273f6f79a274ddaf67af4dd131010f386a00ac0a345a5670878a48fd7 +size 334 diff --git a/gfx/game/maps/entities/player/Idle/Untitled-0_3.png.import b/gfx/game/maps/entities/player/Idle/Untitled-0_3.png.import new file mode 100644 index 0000000..9e919a9 --- /dev/null +++ b/gfx/game/maps/entities/player/Idle/Untitled-0_3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d21rcciquinxb" +path="res://.godot/imported/Untitled-0_3.png-9a45c06275bfa605b445e1e850be9973.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/Idle/Untitled-0_3.png" +dest_files=["res://.godot/imported/Untitled-0_3.png-9a45c06275bfa605b445e1e850be9973.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkDown/Thumbs.db b/gfx/game/maps/entities/player/WalkDown/Thumbs.db new file mode 100644 index 0000000000000000000000000000000000000000..32961d44156f7e43282eff78bae7df2d28376609 GIT binary patch literal 4608 zcmeHJ3rtgI6h6JZr59-H1sU8T>Sb=mOooNhfa z)C`Pqgu%3gkUDo7!P#|TOz61L(SB%XxNr)bm!mN%^+kLOg1;ppYNXk zoO}O!?mgfCI6d6~F8hhlD=(#iunAik@UReyP?y4XWPj`uj5EfYA@Sb~W6!Qk)#@*b z$a8{cV~GY0Xdw&CsLc=sbJ5DhYYxQXH4ZG;a`4V*@&r&KZ+xOhdv3Tt*Rzp%|?=hpL9X|LjdzL3YSvzBmPky~}So|1_ZNYe2j2ed^|E@t>g&qsq zqY3$c?>;=%_;P$%nI}F`WIW--yZ*_#Cwl;c@J09`{1Gw)xu-xq34uod1Rw$t#2Mch>3lKF!S#e!V%#<4JX38s8c&OajGqcU)yI~wn*+5N~o7FPBCPlCUmn5 znY`0)yUnOXn==+ALUUKxbu{P=`ZPVjiI@FE4dpyKH% zX$nP88$|eCVtn+XYT5VNh`q%Ee}z4?t8r2RpO{~{d}p<(_Bdl^SXN=ENzM_{WOR@G zr*31fSB5*(4PorGwa`x9xEefnoPpM7oL2%Lw-PBw`B)KSz{>fo8j!pft0Snb*^ z>N`wWv~})nNrx|V2C42dWAIETW2oF8IcqXys{MJt(7&t0e3DY?sN)U(x60yt_J>O% zRtZMa4QbQYTtzFlR+bRqXr~y^B(7y0)+cDuJQIdQ1`8lI1hS35qDeT7)nZ^` zgxL?GaVkWUD1;VdF#9bS%o$REc3A*%8juYlO@KT@AUg?&aRHG1Apd}jBi4S9*Nf2X zPXgLx3Uq-fI0OuUAz=uF#=sCr#bY}Ig9g<9pu9`0{X9UmF#m&`0g5+}ACU7uJCM%- z#GF9P1;pGy3@Q_Nfixcw^8+!k3SbZfVvx8nkQM=AQ6LrrVsRiIEki&tGPr>RFrGkh z9|=qdTYz-D*{PD5nUOa;1N_{1xuif*&+F;o5(K0{(JjCMO1$!)|0e<|#^NA%Cx&(B zWL^R}Ea{HEjtmSN`?>!l0xJ~2s@mdSi&7x13QYBxCD|J&WHy5S7H{ieUZq(rf^o_`QbeuR_Y5K zI>5AHCj-lYmkg20@fV8(S{KT#7MIZ4rLd;Yh@+QbhfYiLf1YD?{~t@V9F)iqXyPpt zb>liJ#in4e^n7n);&(v}ex?O+ho+u6$nb_~fm4d~|MWC<<~b(f?!Y;x4I8!!>mKE<;L;Z`uAgl>Q$?QVv)Rl_>)p}~zDkz<3-1|u zds=y=D1(^6m##ibOw{-bDZ|_PLj+kXPI3RKIg#yO@{^P;<#Z9U8`qXy|cUqim zpQY}@YZ0(LTxLb-*`wvvp;Z})|5dt!EfbmT&fLy~;%S=+t8Ortp E0NAznTmS$7 literal 0 HcmV?d00001 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3.jpx b/gfx/game/maps/entities/player/WalkRight/Untitled-3.jpx new file mode 100644 index 0000000..4b265d1 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3.jpx @@ -0,0 +1 @@ +{"w":16,"h":16,"unit":1,"speed":0.2,"animation":1,"frames":[{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7ElEQVQ4T2NkYGD4z0ABYMRmQG8oxMR15xkYggwR7KN3MG3CaoC1CqZCkEHFqxkYQIaDaBjAMACkAGQzCMA0wQyEuQavASDFyM4GGQRzOkgO3RsEvQDSsMAO4qKEQySEAcz5MC0gQ4g2ABYOINs/9UUy8BUth9PobsDqBZgikGYYABmCDWA3oKILorajjGASwzQApHn3EYa4s0cZFlWUM8R1dIINWcTwlkgXIBkwpc+NgW/pV4hhRBtg7Ae36VM0NzgAM7OTGaZPnUukC2AGnN3EwCBegtD0sodIA5CVwQzAoRmkFG80EowCoAIA7IpdARQJNr0AAAAASUVORK5CYII=","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXElEQVQ4T2NkYGD4z4AGMASg8ozoChkYGEBiKOpxaUbXCzOMugYQazvINVhdQKwByGFBlhcoMgA9Jkh2AUEDQAFEs3RAMCERioWRYACpMQBL0ljDDlkQW+DBcicAzkUgAWYvCU4AAAAASUVORK5CYII="}],"speed":null},{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA5UlEQVQ4T2NkYGD4z0ABYMRmQG8oxMR15xkYggwR7KN3MG3CaoC1CqZCkEHFqxkYQIaDaBjAMACkAGQzCMA0wQyEuQavASDFyM4GGQRzOkgO3RtEeQGkaYEdA0PCIRLCAJtzsUUWzliAhQPI9k99kQx8RcuxRjZWA2AqQRphgDQDKrog+jrKCCYxTBcY+zHEnT0K1rioopwhrqMTwmZ4S6QXoAZM6XNj4Fv6FWEYw1usYYHVBZ+iuVECLTM7mWH61LnEuwCs8uwmiAbxElSNL3tQ+LhjAaQRWTE6H2oM3mgkGAVABQCXAlkBAhje9QAAAABJRU5ErkJggg==","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAa0lEQVQ4T7WTUQ6AIAxDy/0PLVniTK06KgpfBLZHu40GYIOsy8F+3zQQQJyd4p+SNTdh/wLc10PNrQIXwLWYsvAJoJ14rWAIiAItm4PhIDldKC04AJ6B3B95DmCtgqoD/JnKQWIIB6Y9tdAB6h0hAbQLqN8AAAAASUVORK5CYII="}],"speed":null},{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7ElEQVQ4T2NkYGD4z0ABYMRmQG8oxMR15xkYggwR7KN3MG3CaoC1CqZCkEHFqxkYQIaDaBjAMACkAGQzCMA0wQyEuQavASDFyM4GGQRzOkgO3RsEvQDSsMAO4qKEQySEAcz5MC0gQ4g2ABYOINs/9UUy8BUth9PobsDqBZgikGYYABmCDWA3oKILorajjGASwzQApHn3EYa4s0cZFlWUM8R1dIINWcTwlkgXIBkwpc+NgW/pV4hhRBtg7Ae36VM0NzgAM7OTGaZPnUukC2AGnN3EwCBegtD0sodIA5CVwQzAoRmkFG80EowCoAIA7IpdARQJNr0AAAAASUVORK5CYII=","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXElEQVQ4T2NkYGD4z4AGMASg8ozoChkYGEBiKOpxaUbXCzOMugYQazvINVhdQKwByGFBlhcoMgA9Jkh2AUEDQAFEs3RAMCERioWRYACpMQBL0ljDDlkQW+DBcicAzkUgAWYvCU4AAAAASUVORK5CYII="}],"speed":null},{"layers":[{"name":"Layer #1","visible":true,"color":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA4ElEQVQ4T2NkYGD4z0ABYMRmQG8oxMR15xkYggwR7KN3MG3CaoC1CqZCkEHFqxkYQIaDaBjAMACkAGQzCMA0wQyEuQavASDFyM4GGQRzOkgO3Rt4vQBSvMAO4dyEQySEAbJNIEOwaQYZhzMWQP781BfJwFe0HE5ji22sBsAUggyAAZBBxBtQ0QVR21FGMIlhugCmefcRBgZXG4a4jk6wIYsY3hLpAiQD4s4eZZjS58aQU7SLBAOM/VBtOruJxECEGXB2EwODeAnEsJc9EBrEh7Gh1uCOBSI040wHBIMeSQEAGZdZAb6s4dwAAAAASUVORK5CYII=","alpha":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAaUlEQVQ4T8WTSQ4AIAgD6/8frSGRBOuCa/SIMBaoAUAEnSqQ7wMnApBYkd8r5lqF3QXMvi5qmgpmAXYWWy0cAXgTywpcgAzomQ9cI3lb+A+wBlJrF1vwWrBFTcBoA/YzDY3EEE1WdTzIBOolIQEcGbbBAAAAAElFTkSuQmCC"}],"speed":null}],"palette":[[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0],[255,255,255,0]],"tileset":{"w":10,"h":2,"zoom":2,"tiles":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]},"background":""} \ No newline at end of file diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png b/gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png new file mode 100644 index 0000000..a014e7c --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b52900b58072486a291ad04252d962584dcb76ad475e27d3b72154d33440da +size 319 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png.import b/gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png.import new file mode 100644 index 0000000..f431ff2 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cio1xyswbao5j" +path="res://.godot/imported/Untitled-3_0.png-fc90b5b884f166001e66c1bea12ed10c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png" +dest_files=["res://.godot/imported/Untitled-3_0.png-fc90b5b884f166001e66c1bea12ed10c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png b/gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png new file mode 100644 index 0000000..76658bd --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5d5e6af30fd57f6dc750d8274b3747e052c23e4d35021c1b18e81d8123d517 +size 316 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png.import b/gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png.import new file mode 100644 index 0000000..3135630 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://by38ifhhoq0iv" +path="res://.godot/imported/Untitled-3_1.png-ac8334c360ad001a317bc89e96da756f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png" +dest_files=["res://.godot/imported/Untitled-3_1.png-ac8334c360ad001a317bc89e96da756f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png b/gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png new file mode 100644 index 0000000..a014e7c --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b52900b58072486a291ad04252d962584dcb76ad475e27d3b72154d33440da +size 319 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png.import b/gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png.import new file mode 100644 index 0000000..0978b44 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cooxpasywe0a6" +path="res://.godot/imported/Untitled-3_2.png-a0ab9543f2994b98cddae8428353a47c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png" +dest_files=["res://.godot/imported/Untitled-3_2.png-a0ab9543f2994b98cddae8428353a47c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png b/gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png new file mode 100644 index 0000000..bf0d86c --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c99a88a9f9504379f6aad29eab448cb7f8987e46c4b45afa772f40b02a6e9a +size 307 diff --git a/gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png.import b/gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png.import new file mode 100644 index 0000000..c3a4b04 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byqc5gd0r2ija" +path="res://.godot/imported/Untitled-3_3.png-b8af6beb05177cc2a499f7134679cf73.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png" +dest_files=["res://.godot/imported/Untitled-3_3.png-b8af6beb05177cc2a499f7134679cf73.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png b/gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png new file mode 100644 index 0000000..7015492 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8856caf0fd57200990610fd5b58bbc9dac584dececfc0a29a2c111b1f3d72bc +size 305 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png.import b/gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png.import new file mode 100644 index 0000000..75d66fc --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://svg30tifp74r" +path="res://.godot/imported/Untitled-2_0.png-c651e310dc7f40b205792f492b92913a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png" +dest_files=["res://.godot/imported/Untitled-2_0.png-c651e310dc7f40b205792f492b92913a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png b/gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png new file mode 100644 index 0000000..72482b5 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cde32bbb55ceacaeb7a54316494608acb98c3ce949636578e7bc2bda3cfe35 +size 314 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png.import b/gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png.import new file mode 100644 index 0000000..822f715 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://vu0jihe8b75u" +path="res://.godot/imported/Untitled-2_1.png-707feeb632744afe33fee7c200eec9af.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png" +dest_files=["res://.godot/imported/Untitled-2_1.png-707feeb632744afe33fee7c200eec9af.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png b/gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png new file mode 100644 index 0000000..3d6589a --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0db8cf846571c6b8f3c4960ec70c4cd8984341340370dae2137872afbdd456 +size 288 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png.import b/gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png.import new file mode 100644 index 0000000..14f54f2 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpw3bdg07t8s7" +path="res://.godot/imported/Untitled-2_2.png-355d58bdb0562a139f3f674872e81041.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png" +dest_files=["res://.godot/imported/Untitled-2_2.png-355d58bdb0562a139f3f674872e81041.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png b/gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png new file mode 100644 index 0000000..72482b5 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cde32bbb55ceacaeb7a54316494608acb98c3ce949636578e7bc2bda3cfe35 +size 314 diff --git a/gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png.import b/gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png.import new file mode 100644 index 0000000..f5154d4 --- /dev/null +++ b/gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2068kd1mmpsh" +path="res://.godot/imported/Untitled-2_3.png-6e6a49519cdf73e03df24492de678a63.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png" +dest_files=["res://.godot/imported/Untitled-2_3.png-6e6a49519cdf73e03df24492de678a63.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/gfx/game/tiles/PokemonLike.png b/gfx/game/maps/tiles/PokemonLike.png similarity index 100% rename from gfx/game/tiles/PokemonLike.png rename to gfx/game/maps/tiles/PokemonLike.png diff --git a/gfx/game/tiles/PokemonLike.png.import b/gfx/game/maps/tiles/PokemonLike.png.import similarity index 70% rename from gfx/game/tiles/PokemonLike.png.import rename to gfx/game/maps/tiles/PokemonLike.png.import index 6713802..427adc3 100644 --- a/gfx/game/tiles/PokemonLike.png.import +++ b/gfx/game/maps/tiles/PokemonLike.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://n75ma6vtgg1n" -path="res://.godot/imported/PokemonLike.png-56742e48da9fabb842b8d7c89aee0d95.ctex" +path="res://.godot/imported/PokemonLike.png-5fedc4f638035c626a9a33a713512a29.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://gfx/game/tiles/PokemonLike.png" -dest_files=["res://.godot/imported/PokemonLike.png-56742e48da9fabb842b8d7c89aee0d95.ctex"] +source_file="res://gfx/game/maps/tiles/PokemonLike.png" +dest_files=["res://.godot/imported/PokemonLike.png-5fedc4f638035c626a9a33a713512a29.ctex"] [params] diff --git a/gfx/game/tiles/colored_packed.png b/gfx/game/maps/tiles/colored_packed.png similarity index 100% rename from gfx/game/tiles/colored_packed.png rename to gfx/game/maps/tiles/colored_packed.png diff --git a/gfx/game/tiles/colored_packed.png.import b/gfx/game/maps/tiles/colored_packed.png.import similarity index 69% rename from gfx/game/tiles/colored_packed.png.import rename to gfx/game/maps/tiles/colored_packed.png.import index 0e12e16..07bc899 100644 --- a/gfx/game/tiles/colored_packed.png.import +++ b/gfx/game/maps/tiles/colored_packed.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bontlwwdkdkd2" -path="res://.godot/imported/colored_packed.png-3acba825e877d53703c17fa54230f8c8.ctex" +path="res://.godot/imported/colored_packed.png-8aa74adc5b67798290924e305e144fb4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://gfx/game/tiles/colored_packed.png" -dest_files=["res://.godot/imported/colored_packed.png-3acba825e877d53703c17fa54230f8c8.ctex"] +source_file="res://gfx/game/maps/tiles/colored_packed.png" +dest_files=["res://.godot/imported/colored_packed.png-8aa74adc5b67798290924e305e144fb4.ctex"] [params] diff --git a/scenes/game/maps/entities/mob.tscn b/scenes/game/maps/entities/mob.tscn new file mode 100644 index 0000000..2786071 --- /dev/null +++ b/scenes/game/maps/entities/mob.tscn @@ -0,0 +1,141 @@ +[gd_scene load_steps=19 format=3 uid="uid://d3e5mg0gk8u7r"] + +[ext_resource type="Texture2D" uid="uid://byx166hd5b3as" path="res://gfx/game/maps/entities/player/Idle/Untitled-0_0.png" id="1_li2a0"] +[ext_resource type="Texture2D" uid="uid://gm5dhmls0klm" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_0.png" id="2_mu6cs"] +[ext_resource type="Texture2D" uid="uid://cio1xyswbao5j" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png" id="3_tvinw"] +[ext_resource type="Texture2D" uid="uid://svg30tifp74r" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png" id="4_cdxgq"] +[ext_resource type="Texture2D" uid="uid://puqpn3m0ejv1" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_0.png" id="5_at8px"] +[ext_resource type="Texture2D" uid="uid://bel7ltrdmhvx3" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_1.png" id="6_0c3te"] +[ext_resource type="Texture2D" uid="uid://bvallk0cswtnq" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_2.png" id="7_ocsku"] +[ext_resource type="Texture2D" uid="uid://b4ptv7ts0nlhu" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_3.png" id="8_4gtxe"] +[ext_resource type="Texture2D" uid="uid://ddw1m0c2pby4c" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_1.png" id="9_528k0"] +[ext_resource type="Texture2D" uid="uid://brsuvqye8vfji" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_2.png" id="10_tqi7e"] +[ext_resource type="Texture2D" uid="uid://cnnbbvgvnprqv" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_3.png" id="11_f0uy0"] +[ext_resource type="Texture2D" uid="uid://by38ifhhoq0iv" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png" id="12_lpgkr"] +[ext_resource type="Texture2D" uid="uid://cooxpasywe0a6" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png" id="13_s0xe7"] +[ext_resource type="Texture2D" uid="uid://byqc5gd0r2ija" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png" id="14_bwdti"] +[ext_resource type="Texture2D" uid="uid://vu0jihe8b75u" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png" id="15_78mif"] +[ext_resource type="Texture2D" uid="uid://cpw3bdg07t8s7" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png" id="16_o4153"] +[ext_resource type="Texture2D" uid="uid://b2068kd1mmpsh" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png" id="17_7e337"] + +[sub_resource type="SpriteFrames" id="SpriteFrames_5m0ve"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("1_li2a0") +}], +"loop": true, +"name": &"Idle Down", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("2_mu6cs") +}], +"loop": true, +"name": &"Idle Left", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("3_tvinw") +}], +"loop": true, +"name": &"Idle Right", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("4_cdxgq") +}], +"loop": true, +"name": &"Idle Up", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("5_at8px") +}, { +"duration": 1.0, +"texture": ExtResource("6_0c3te") +}, { +"duration": 1.0, +"texture": ExtResource("7_ocsku") +}, { +"duration": 1.0, +"texture": ExtResource("8_4gtxe") +}], +"loop": true, +"name": &"Walk Down", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("2_mu6cs") +}, { +"duration": 1.0, +"texture": ExtResource("9_528k0") +}, { +"duration": 1.0, +"texture": ExtResource("10_tqi7e") +}, { +"duration": 1.0, +"texture": ExtResource("11_f0uy0") +}], +"loop": true, +"name": &"Walk Left", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("3_tvinw") +}, { +"duration": 1.0, +"texture": ExtResource("12_lpgkr") +}, { +"duration": 1.0, +"texture": ExtResource("13_s0xe7") +}, { +"duration": 1.0, +"texture": ExtResource("14_bwdti") +}], +"loop": true, +"name": &"Walk Right", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("4_cdxgq") +}, { +"duration": 1.0, +"texture": ExtResource("15_78mif") +}, { +"duration": 1.0, +"texture": ExtResource("16_o4153") +}, { +"duration": 1.0, +"texture": ExtResource("17_7e337") +}], +"loop": true, +"name": &"Walk Up", +"speed": 5.0 +}] + +[node name="Mob" type="Node2D"] + +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +position = Vector2(8, 8) +sprite_frames = SubResource("SpriteFrames_5m0ve") +animation = &"Walk Up" +frame = 3 +frame_progress = 0.497982 + +[node name="CollisionRayCast_1" type="RayCast2D" parent="."] +position = Vector2(8, 8) +target_position = Vector2(0, 16) +collide_with_areas = true + +[node name="CollisionRayCast_2" type="RayCast2D" parent="."] +position = Vector2(8, 8) +target_position = Vector2(0, 16) +collide_with_areas = true diff --git a/tilesets/default.tres b/tilesets/default.tres index 61c0242..19a796c 100644 --- a/tilesets/default.tres +++ b/tilesets/default.tres @@ -1,7 +1,7 @@ [gd_resource type="TileSet" load_steps=5 format=3 uid="uid://c21smbsro4gdq"] -[ext_resource type="Texture2D" uid="uid://n75ma6vtgg1n" path="res://gfx/game/tiles/PokemonLike.png" id="1_wune4"] -[ext_resource type="Texture2D" uid="uid://bontlwwdkdkd2" path="res://gfx/game/tiles/colored_packed.png" id="2_rj42e"] +[ext_resource type="Texture2D" uid="uid://n75ma6vtgg1n" path="res://gfx/game/maps/tiles/PokemonLike.png" id="1_wune4"] +[ext_resource type="Texture2D" uid="uid://bontlwwdkdkd2" path="res://gfx/game/maps/tiles/colored_packed.png" id="2_rj42e"] [sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_no1mq"] resource_name = "default"