commit ec914ce00e7ce76f8794471d441352ec450cc1ac Author: kts of kettek (POWERQWACK) Date: Wed Sep 1 19:59:21 2021 -0700 Initial commit diff --git a/Decors/Outdoors.yaml b/Decors/Outdoors.yaml new file mode 100644 index 0000000..a22def8 --- /dev/null +++ b/Decors/Outdoors.yaml @@ -0,0 +1,15 @@ +uuid: 378cdbc8-8fc5-46a8-bc3c-127fe57c87b9 +title: untitled Decor +image: ../Sprites/ants-indexed.png +editor: + folders: [] + gridWidth: 8 + gridHeight: 8 + showGrid: true + checkerboardWidth: 8 + checkerboardHeight: 8 + author: no one + creationTime: Fri Aug 27 2021 01:47:43 GMT-0700 (Pacific Daylight Time) + modificationTime: Fri Aug 27 2021 01:47:43 GMT-0700 (Pacific Daylight Time) +generate_decorations: true +decorations: [] diff --git a/Palettes/Outdoors.yaml b/Palettes/Outdoors.yaml new file mode 100644 index 0000000..6e1b7cc --- /dev/null +++ b/Palettes/Outdoors.yaml @@ -0,0 +1,55 @@ +uuid: 5f0e2e12-5c7a-41fb-b457-bb70d73e3236 +title: untitled palettes +editor: + author: no one + creationTime: Fri Aug 27 2021 01:47:58 GMT-0700 (Pacific Daylight Time) + modificationTime: Fri Aug 27 2021 01:47:58 GMT-0700 (Pacific Daylight Time) +palettes: + - uuid: b8b7f188-6214-44bd-864c-6c5f533e8438 + title: Black & White + codename: bw + colors: + - - 0 + - 0 + - 0 + - 0 + - - 0 + - 0 + - 0 + - 255 + - - 255 + - 255 + - 255 + - 255 + - uuid: 22db8916-9bb5-4b27-a91a-31a43460bf6f + title: Dirt + codename: bw + colors: + - - 0 + - 0 + - 0 + - 0 + - - 82 + - 43 + - 24 + - 255 + - - 62 + - 31 + - 13 + - 255 + - uuid: edc297fa-d52d-4690-b2c8-baf5125ced9c + title: Red + codename: bw + colors: + - - 0 + - 0 + - 0 + - 0 + - - 255 + - 0 + - 0 + - 255 + - - 255 + - 255 + - 255 + - 255 diff --git a/Project.json b/Project.json new file mode 100644 index 0000000..c02fdcf --- /dev/null +++ b/Project.json @@ -0,0 +1 @@ +{"Name":"Ants","Root":"./","EngineAssets":"../Assets-Engine","Assets":{"Sprites":"Sprites","Fonts":"Fonts","Code":"Code","Blueprints":"Blueprints","Audio":"Audio","Maps":"Maps","Segments":"Segments","Decors":"Decors","Palettes":"Palettes","Brushes":"Brushes"},"Map":{"DecorationSize":8},"AssetTags":{"Global":[{"title":"archived","color":"#339933"},{"title":"do not edit","color":"#ff0000"},{"title":"work in progress","color":"#ffff00"}],"Palettitor":[],"Decorator":[],"Spriter":[],"Segmenter":[],"Mapper":[]}} \ No newline at end of file diff --git a/Sprites/Ants.yaml b/Sprites/Ants.yaml new file mode 100644 index 0000000..6d54fbd --- /dev/null +++ b/Sprites/Ants.yaml @@ -0,0 +1,13 @@ +uuid: f41872dc-9b99-4190-83d7-fdfb5d1e8188 +source: ants.png +animations: + Worker: + sets: + Normal: + subsets: + Stand: + frames: + - x: 0 + y: 0 + width: 16 + height: 16 diff --git a/Sprites/ants-indexed.png b/Sprites/ants-indexed.png new file mode 100644 index 0000000..b183263 Binary files /dev/null and b/Sprites/ants-indexed.png differ diff --git a/Sprites/ants.png b/Sprites/ants.png new file mode 100644 index 0000000..3ea7293 Binary files /dev/null and b/Sprites/ants.png differ