diff --git a/icon.png b/icon.png index 434f7b0..c48c7ff 100644 Binary files a/icon.png and b/icon.png differ diff --git a/project.godot b/project.godot index 0cf21f6..506a939 100644 --- a/project.godot +++ b/project.godot @@ -16,12 +16,12 @@ _global_script_class_icons={ [application] config/name="City Limits" -run/main_scene="res://src/titlescreen.tscn" +run/main_scene="res://scenes/titlescreen.tscn" config/icon="res://icon.png" [autoload] -CityData="*res://src/autoload/citydata.gd" +CityData="*res://scripts/autoload/citydata.gd" [display] diff --git a/src/game.tscn b/scenes/game.tscn similarity index 56% rename from src/game.tscn rename to scenes/game.tscn index 2c4f1f0..12b2c8e 100644 --- a/src/game.tscn +++ b/scenes/game.tscn @@ -1,7 +1,9 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://src/world.tscn" type="PackedScene" id=1] -[ext_resource path="res://src/gui.tscn" type="PackedScene" id=2] +[ext_resource path="res://scenes/world.tscn" type="PackedScene" id=1] +[ext_resource path="res://scenes/gui.tscn" type="PackedScene" id=2] + + [node name="Game" type="Node"] diff --git a/src/gui.tscn b/scenes/gui.tscn similarity index 96% rename from src/gui.tscn rename to scenes/gui.tscn index a47a90f..adb3b41 100644 --- a/src/gui.tscn +++ b/scenes/gui.tscn @@ -1,6 +1,7 @@ [gd_scene load_steps=2 format=2] -[ext_resource path="res://src/gpanel.gd" type="Script" id=2] +[ext_resource path="res://scripts/gpanel.gd" type="Script" id=2] + [node name="GUI" type="Control"] anchor_right = 1.0 diff --git a/src/titlescreen.tscn b/scenes/titlescreen.tscn similarity index 94% rename from src/titlescreen.tscn rename to scenes/titlescreen.tscn index 18ce1b9..0292077 100644 --- a/src/titlescreen.tscn +++ b/scenes/titlescreen.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=2] -[ext_resource path="res://src/newgame.gd" type="Script" id=1] +[ext_resource path="res://scripts/newgame.gd" type="Script" id=1] [node name="SartMenu" type="Control"] anchor_right = 1.0 diff --git a/src/world.tscn b/scenes/world.tscn similarity index 61% rename from src/world.tscn rename to scenes/world.tscn index 34d1efb..9b3d4f1 100644 --- a/src/world.tscn +++ b/scenes/world.tscn @@ -1,8 +1,10 @@ [gd_scene load_steps=4 format=2] -[ext_resource path="res://assets/terrian.tres" type="TileSet" id=1] -[ext_resource path="res://src/world.gd" type="Script" id=3] -[ext_resource path="res://assets/water.tres" type="TileSet" id=4] +[ext_resource path="res://sprites/terrian.tres" type="TileSet" id=1] +[ext_resource path="res://scripts/world.gd" type="Script" id=3] +[ext_resource path="res://sprites/water.tres" type="TileSet" id=4] + + [node name="World" type="Node"] script = ExtResource( 3 ) diff --git a/src/autoload/citydata.gd b/scripts/autoload/citydata.gd similarity index 100% rename from src/autoload/citydata.gd rename to scripts/autoload/citydata.gd diff --git a/src/gpanel.gd b/scripts/gpanel.gd similarity index 100% rename from src/gpanel.gd rename to scripts/gpanel.gd diff --git a/src/newgame.gd b/scripts/newgame.gd similarity index 69% rename from src/newgame.gd rename to scripts/newgame.gd index 7691e9e..8ff8bc3 100644 --- a/src/newgame.gd +++ b/scripts/newgame.gd @@ -4,4 +4,4 @@ func _on_CreateBtn_pressed(): var city_name = $CityNameEdit.text CityData.city_name = city_name - get_tree().change_scene("res://src/game.tscn") + get_tree().change_scene("res://scenes/game.tscn") diff --git a/src/world.gd b/scripts/world.gd similarity index 100% rename from src/world.gd rename to scripts/world.gd diff --git a/assets/airport.png b/sprites/airport.png similarity index 100% rename from assets/airport.png rename to sprites/airport.png diff --git a/assets/airport.png.import b/sprites/airport.png.import similarity index 71% rename from assets/airport.png.import rename to sprites/airport.png.import index f312b73..7ab012f 100644 --- a/assets/airport.png.import +++ b/sprites/airport.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/airport.png-98f87409e80d3e9c02e7564c93f6881b.stex" +path="res://.import/airport.png-b412e430339315ffcbc10d51493ba362.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/airport.png" -dest_files=[ "res://.import/airport.png-98f87409e80d3e9c02e7564c93f6881b.stex" ] +source_file="res://sprites/airport.png" +dest_files=[ "res://.import/airport.png-b412e430339315ffcbc10d51493ba362.stex" ] [params] diff --git a/assets/airport_3x3.png b/sprites/airport_3x3.png similarity index 100% rename from assets/airport_3x3.png rename to sprites/airport_3x3.png diff --git a/assets/airport_3x3.png.import b/sprites/airport_3x3.png.import similarity index 69% rename from assets/airport_3x3.png.import rename to sprites/airport_3x3.png.import index 5bb3034..62aa1d6 100644 --- a/assets/airport_3x3.png.import +++ b/sprites/airport_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/airport_3x3.png-cc157b16fec921552db23d9a5507e050.stex" +path="res://.import/airport_3x3.png-2423a91baba3006b4389d43a2daebf39.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/airport_3x3.png" -dest_files=[ "res://.import/airport_3x3.png-cc157b16fec921552db23d9a5507e050.stex" ] +source_file="res://sprites/airport_3x3.png" +dest_files=[ "res://.import/airport_3x3.png-2423a91baba3006b4389d43a2daebf39.stex" ] [params] diff --git a/assets/coal.png b/sprites/coal.png similarity index 100% rename from assets/coal.png rename to sprites/coal.png diff --git a/assets/coal.png.import b/sprites/coal.png.import similarity index 72% rename from assets/coal.png.import rename to sprites/coal.png.import index dc8ce4c..f31fd17 100644 --- a/assets/coal.png.import +++ b/sprites/coal.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/coal.png-5140a4b3d8a789dec45de3c2a035a8d8.stex" +path="res://.import/coal.png-da4fda7154a5b44c5d9b93ebe51d0f5e.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/coal.png" -dest_files=[ "res://.import/coal.png-5140a4b3d8a789dec45de3c2a035a8d8.stex" ] +source_file="res://sprites/coal.png" +dest_files=[ "res://.import/coal.png-da4fda7154a5b44c5d9b93ebe51d0f5e.stex" ] [params] diff --git a/assets/coal_3x3.png b/sprites/coal_3x3.png similarity index 100% rename from assets/coal_3x3.png rename to sprites/coal_3x3.png diff --git a/assets/coal_3x3.png.import b/sprites/coal_3x3.png.import similarity index 70% rename from assets/coal_3x3.png.import rename to sprites/coal_3x3.png.import index 4d207cf..7cb64a5 100644 --- a/assets/coal_3x3.png.import +++ b/sprites/coal_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/coal_3x3.png-d79286978cf814575ecfb7d4f5e15055.stex" +path="res://.import/coal_3x3.png-65e632ffe6fc1c6ce5dc277af1baaafb.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/coal_3x3.png" -dest_files=[ "res://.import/coal_3x3.png-d79286978cf814575ecfb7d4f5e15055.stex" ] +source_file="res://sprites/coal_3x3.png" +dest_files=[ "res://.import/coal_3x3.png-65e632ffe6fc1c6ce5dc277af1baaafb.stex" ] [params] diff --git a/assets/coal_smoke_frames.png b/sprites/coal_smoke_frames.png similarity index 100% rename from assets/coal_smoke_frames.png rename to sprites/coal_smoke_frames.png diff --git a/assets/coal_smoke_frames.png.import b/sprites/coal_smoke_frames.png.import similarity index 67% rename from assets/coal_smoke_frames.png.import rename to sprites/coal_smoke_frames.png.import index 88c802e..21fcbed 100644 --- a/assets/coal_smoke_frames.png.import +++ b/sprites/coal_smoke_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/coal_smoke_frames.png-3eb7af83b1fd63d6b2560e9730cadce2.stex" +path="res://.import/coal_smoke_frames.png-6022d60b5e272f36bc9f1d8be2a69d40.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/coal_smoke_frames.png" -dest_files=[ "res://.import/coal_smoke_frames.png-3eb7af83b1fd63d6b2560e9730cadce2.stex" ] +source_file="res://sprites/coal_smoke_frames.png" +dest_files=[ "res://.import/coal_smoke_frames.png-6022d60b5e272f36bc9f1d8be2a69d40.stex" ] [params] diff --git a/assets/coal_smoke_frames_3x3.png b/sprites/coal_smoke_frames_3x3.png similarity index 100% rename from assets/coal_smoke_frames_3x3.png rename to sprites/coal_smoke_frames_3x3.png diff --git a/assets/coal_smoke_frames_3x3.png.import b/sprites/coal_smoke_frames_3x3.png.import similarity index 66% rename from assets/coal_smoke_frames_3x3.png.import rename to sprites/coal_smoke_frames_3x3.png.import index 3cd34a0..1b66708 100644 --- a/assets/coal_smoke_frames_3x3.png.import +++ b/sprites/coal_smoke_frames_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/coal_smoke_frames_3x3.png-08af441557c979d94cbff7ef240dee8b.stex" +path="res://.import/coal_smoke_frames_3x3.png-19c8171be88f49c9c1c9468bd72e2a91.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/coal_smoke_frames_3x3.png" -dest_files=[ "res://.import/coal_smoke_frames_3x3.png-08af441557c979d94cbff7ef240dee8b.stex" ] +source_file="res://sprites/coal_smoke_frames_3x3.png" +dest_files=[ "res://.import/coal_smoke_frames_3x3.png-19c8171be88f49c9c1c9468bd72e2a91.stex" ] [params] diff --git a/assets/com_zones.png b/sprites/com_zones.png similarity index 100% rename from assets/com_zones.png rename to sprites/com_zones.png diff --git a/assets/com_zones.png.import b/sprites/com_zones.png.import similarity index 70% rename from assets/com_zones.png.import rename to sprites/com_zones.png.import index f2165a8..3b4ba5f 100644 --- a/assets/com_zones.png.import +++ b/sprites/com_zones.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/com_zones.png-73aff31a3ca689dc1883d30a98e7ac8a.stex" +path="res://.import/com_zones.png-d040d9eb7ee3409355219b67a0425c7a.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/com_zones.png" -dest_files=[ "res://.import/com_zones.png-73aff31a3ca689dc1883d30a98e7ac8a.stex" ] +source_file="res://sprites/com_zones.png" +dest_files=[ "res://.import/com_zones.png-d040d9eb7ee3409355219b67a0425c7a.stex" ] [params] diff --git a/assets/com_zones_3x3.png b/sprites/com_zones_3x3.png similarity index 100% rename from assets/com_zones_3x3.png rename to sprites/com_zones_3x3.png diff --git a/assets/com_zones_3x3.png.import b/sprites/com_zones_3x3.png.import similarity index 68% rename from assets/com_zones_3x3.png.import rename to sprites/com_zones_3x3.png.import index 476d316..5f2a259 100644 --- a/assets/com_zones_3x3.png.import +++ b/sprites/com_zones_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/com_zones_3x3.png-f9cc879a925d9bedc3b267cebcb66473.stex" +path="res://.import/com_zones_3x3.png-7ddc5ec5cdc6e542eabdd639c1b8aa24.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/com_zones_3x3.png" -dest_files=[ "res://.import/com_zones_3x3.png-f9cc879a925d9bedc3b267cebcb66473.stex" ] +source_file="res://sprites/com_zones_3x3.png" +dest_files=[ "res://.import/com_zones_3x3.png-7ddc5ec5cdc6e542eabdd639c1b8aa24.stex" ] [params] diff --git a/assets/firestation.png b/sprites/firestation.png similarity index 100% rename from assets/firestation.png rename to sprites/firestation.png diff --git a/assets/firestation.png.import b/sprites/firestation.png.import similarity index 69% rename from assets/firestation.png.import rename to sprites/firestation.png.import index 0f2e798..4557af8 100644 --- a/assets/firestation.png.import +++ b/sprites/firestation.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/firestation.png-13ae86212426ddb67a37120639e7afe5.stex" +path="res://.import/firestation.png-8c28665aef150cdd4a5951d238fec7b3.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/firestation.png" -dest_files=[ "res://.import/firestation.png-13ae86212426ddb67a37120639e7afe5.stex" ] +source_file="res://sprites/firestation.png" +dest_files=[ "res://.import/firestation.png-8c28665aef150cdd4a5951d238fec7b3.stex" ] [params] diff --git a/assets/firestation_3x3.png b/sprites/firestation_3x3.png similarity index 100% rename from assets/firestation_3x3.png rename to sprites/firestation_3x3.png diff --git a/assets/firestation_3x3.png.import b/sprites/firestation_3x3.png.import similarity index 68% rename from assets/firestation_3x3.png.import rename to sprites/firestation_3x3.png.import index 2408cee..b50660b 100644 --- a/assets/firestation_3x3.png.import +++ b/sprites/firestation_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/firestation_3x3.png-8254c878391c7707d608155d4577538c.stex" +path="res://.import/firestation_3x3.png-ec5e1538ce17138398a04712cecd9bee.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/firestation_3x3.png" -dest_files=[ "res://.import/firestation_3x3.png-8254c878391c7707d608155d4577538c.stex" ] +source_file="res://sprites/firestation_3x3.png" +dest_files=[ "res://.import/firestation_3x3.png-ec5e1538ce17138398a04712cecd9bee.stex" ] [params] diff --git a/assets/grass.tres b/sprites/grass.tres similarity index 93% rename from assets/grass.tres rename to sprites/grass.tres index dad3e6a..01e3cfb 100644 --- a/assets/grass.tres +++ b/sprites/grass.tres @@ -1,6 +1,7 @@ [gd_resource type="TileSet" load_steps=2 format=2] -[ext_resource path="res://assets/terrain_cl.png" type="Texture" id=1] +[ext_resource path="res://sprites/terrain_cl.png" type="Texture" id=1] + [resource] diff --git a/assets/ind01_pistons_frames.png b/sprites/ind01_pistons_frames.png similarity index 100% rename from assets/ind01_pistons_frames.png rename to sprites/ind01_pistons_frames.png diff --git a/assets/ind01_pistons_frames.png.import b/sprites/ind01_pistons_frames.png.import similarity index 66% rename from assets/ind01_pistons_frames.png.import rename to sprites/ind01_pistons_frames.png.import index 21abbc5..b61c339 100644 --- a/assets/ind01_pistons_frames.png.import +++ b/sprites/ind01_pistons_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind01_pistons_frames.png-febb54c649beb491f290ed4fdcf8c06e.stex" +path="res://.import/ind01_pistons_frames.png-b11cf304e08094258025a39c1df7c2c4.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind01_pistons_frames.png" -dest_files=[ "res://.import/ind01_pistons_frames.png-febb54c649beb491f290ed4fdcf8c06e.stex" ] +source_file="res://sprites/ind01_pistons_frames.png" +dest_files=[ "res://.import/ind01_pistons_frames.png-b11cf304e08094258025a39c1df7c2c4.stex" ] [params] diff --git a/assets/ind03_smoke_frames.png b/sprites/ind03_smoke_frames.png similarity index 100% rename from assets/ind03_smoke_frames.png rename to sprites/ind03_smoke_frames.png diff --git a/assets/ind03_smoke_frames.png.import b/sprites/ind03_smoke_frames.png.import similarity index 67% rename from assets/ind03_smoke_frames.png.import rename to sprites/ind03_smoke_frames.png.import index abb5cc7..33f30c7 100644 --- a/assets/ind03_smoke_frames.png.import +++ b/sprites/ind03_smoke_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind03_smoke_frames.png-fc9549a4acf4a49bf4b4356dca5334c5.stex" +path="res://.import/ind03_smoke_frames.png-3354df6fda157ef023e8244de2e6f026.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind03_smoke_frames.png" -dest_files=[ "res://.import/ind03_smoke_frames.png-fc9549a4acf4a49bf4b4356dca5334c5.stex" ] +source_file="res://sprites/ind03_smoke_frames.png" +dest_files=[ "res://.import/ind03_smoke_frames.png-3354df6fda157ef023e8244de2e6f026.stex" ] [params] diff --git a/assets/ind04_smoke_frames.png b/sprites/ind04_smoke_frames.png similarity index 100% rename from assets/ind04_smoke_frames.png rename to sprites/ind04_smoke_frames.png diff --git a/assets/ind04_smoke_frames.png.import b/sprites/ind04_smoke_frames.png.import similarity index 67% rename from assets/ind04_smoke_frames.png.import rename to sprites/ind04_smoke_frames.png.import index fcc8c82..e11141e 100644 --- a/assets/ind04_smoke_frames.png.import +++ b/sprites/ind04_smoke_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind04_smoke_frames.png-9c43deacc8b8b37de8eb10bc6d16e83c.stex" +path="res://.import/ind04_smoke_frames.png-44f5d7edbe8d0d18ff320a98b4c373c6.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind04_smoke_frames.png" -dest_files=[ "res://.import/ind04_smoke_frames.png-9c43deacc8b8b37de8eb10bc6d16e83c.stex" ] +source_file="res://sprites/ind04_smoke_frames.png" +dest_files=[ "res://.import/ind04_smoke_frames.png-44f5d7edbe8d0d18ff320a98b4c373c6.stex" ] [params] diff --git a/assets/ind07_smoke_frames.png b/sprites/ind07_smoke_frames.png similarity index 100% rename from assets/ind07_smoke_frames.png rename to sprites/ind07_smoke_frames.png diff --git a/assets/ind07_smoke_frames.png.import b/sprites/ind07_smoke_frames.png.import similarity index 67% rename from assets/ind07_smoke_frames.png.import rename to sprites/ind07_smoke_frames.png.import index 53d44f1..98f8f6c 100644 --- a/assets/ind07_smoke_frames.png.import +++ b/sprites/ind07_smoke_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind07_smoke_frames.png-cad6b04ade7c2aa34a0b2e300357f180.stex" +path="res://.import/ind07_smoke_frames.png-933b14fc6a4ab8ee93a773cded538b49.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind07_smoke_frames.png" -dest_files=[ "res://.import/ind07_smoke_frames.png-cad6b04ade7c2aa34a0b2e300357f180.stex" ] +source_file="res://sprites/ind07_smoke_frames.png" +dest_files=[ "res://.import/ind07_smoke_frames.png-933b14fc6a4ab8ee93a773cded538b49.stex" ] [params] diff --git a/assets/ind08_smoke_frames.png b/sprites/ind08_smoke_frames.png similarity index 100% rename from assets/ind08_smoke_frames.png rename to sprites/ind08_smoke_frames.png diff --git a/assets/ind08_smoke_frames.png.import b/sprites/ind08_smoke_frames.png.import similarity index 67% rename from assets/ind08_smoke_frames.png.import rename to sprites/ind08_smoke_frames.png.import index f95ce4b..be6a698 100644 --- a/assets/ind08_smoke_frames.png.import +++ b/sprites/ind08_smoke_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind08_smoke_frames.png-7f1fed9d4383ffea8eb6f684833855ac.stex" +path="res://.import/ind08_smoke_frames.png-321d8b6cb3c08cfd5ddd718e4153c1aa.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind08_smoke_frames.png" -dest_files=[ "res://.import/ind08_smoke_frames.png-7f1fed9d4383ffea8eb6f684833855ac.stex" ] +source_file="res://sprites/ind08_smoke_frames.png" +dest_files=[ "res://.import/ind08_smoke_frames.png-321d8b6cb3c08cfd5ddd718e4153c1aa.stex" ] [params] diff --git a/assets/ind_zones.png b/sprites/ind_zones.png similarity index 100% rename from assets/ind_zones.png rename to sprites/ind_zones.png diff --git a/assets/ind_zones.png.import b/sprites/ind_zones.png.import similarity index 70% rename from assets/ind_zones.png.import rename to sprites/ind_zones.png.import index 7ec399c..eb1cdfe 100644 --- a/assets/ind_zones.png.import +++ b/sprites/ind_zones.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind_zones.png-4d87593bcdc7db7dace32db883a4c0e5.stex" +path="res://.import/ind_zones.png-38932775f1d32b99b78401a3278b9fcf.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind_zones.png" -dest_files=[ "res://.import/ind_zones.png-4d87593bcdc7db7dace32db883a4c0e5.stex" ] +source_file="res://sprites/ind_zones.png" +dest_files=[ "res://.import/ind_zones.png-38932775f1d32b99b78401a3278b9fcf.stex" ] [params] diff --git a/assets/ind_zones_3x3.png b/sprites/ind_zones_3x3.png similarity index 100% rename from assets/ind_zones_3x3.png rename to sprites/ind_zones_3x3.png diff --git a/assets/ind_zones_3x3.png.import b/sprites/ind_zones_3x3.png.import similarity index 68% rename from assets/ind_zones_3x3.png.import rename to sprites/ind_zones_3x3.png.import index 55399b9..0acde39 100644 --- a/assets/ind_zones_3x3.png.import +++ b/sprites/ind_zones_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/ind_zones_3x3.png-5f9b9c327fa4b43e53d689f9f159fae5.stex" +path="res://.import/ind_zones_3x3.png-560b92346ae6744f0744f53cca1dfb89.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/ind_zones_3x3.png" -dest_files=[ "res://.import/ind_zones_3x3.png-5f9b9c327fa4b43e53d689f9f159fae5.stex" ] +source_file="res://sprites/ind_zones_3x3.png" +dest_files=[ "res://.import/ind_zones_3x3.png-560b92346ae6744f0744f53cca1dfb89.stex" ] [params] diff --git a/assets/misc_animation.png b/sprites/misc_animation.png similarity index 100% rename from assets/misc_animation.png rename to sprites/misc_animation.png diff --git a/assets/misc_animation.png.import b/sprites/misc_animation.png.import similarity index 68% rename from assets/misc_animation.png.import rename to sprites/misc_animation.png.import index ac6b7be..fdf23f4 100644 --- a/assets/misc_animation.png.import +++ b/sprites/misc_animation.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/misc_animation.png-ed5125d807ecd23c56b1bd44c2c5f42d.stex" +path="res://.import/misc_animation.png-c60334ea42afc167cbc157ece0a42ebe.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/misc_animation.png" -dest_files=[ "res://.import/misc_animation.png-ed5125d807ecd23c56b1bd44c2c5f42d.stex" ] +source_file="res://sprites/misc_animation.png" +dest_files=[ "res://.import/misc_animation.png-c60334ea42afc167cbc157ece0a42ebe.stex" ] [params] diff --git a/assets/misc_animation_3x3.png b/sprites/misc_animation_3x3.png similarity index 100% rename from assets/misc_animation_3x3.png rename to sprites/misc_animation_3x3.png diff --git a/assets/misc_animation_3x3.png.import b/sprites/misc_animation_3x3.png.import similarity index 67% rename from assets/misc_animation_3x3.png.import rename to sprites/misc_animation_3x3.png.import index eecc8cb..8d45c59 100644 --- a/assets/misc_animation_3x3.png.import +++ b/sprites/misc_animation_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/misc_animation_3x3.png-e4ebc25a1b36148ba855a9f253c7d396.stex" +path="res://.import/misc_animation_3x3.png-6f11663a707c701cdf8b0664a7f1c00c.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/misc_animation_3x3.png" -dest_files=[ "res://.import/misc_animation_3x3.png-e4ebc25a1b36148ba855a9f253c7d396.stex" ] +source_file="res://sprites/misc_animation_3x3.png" +dest_files=[ "res://.import/misc_animation_3x3.png-6f11663a707c701cdf8b0664a7f1c00c.stex" ] [params] diff --git a/assets/nuclear.png b/sprites/nuclear.png similarity index 100% rename from assets/nuclear.png rename to sprites/nuclear.png diff --git a/assets/nuclear.png.import b/sprites/nuclear.png.import similarity index 71% rename from assets/nuclear.png.import rename to sprites/nuclear.png.import index 6378f81..cc51fcd 100644 --- a/assets/nuclear.png.import +++ b/sprites/nuclear.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/nuclear.png-ed6ca8d0acce6c4eebd6ec591546308f.stex" +path="res://.import/nuclear.png-1a631b841879febac459536b4ef69ca5.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/nuclear.png" -dest_files=[ "res://.import/nuclear.png-ed6ca8d0acce6c4eebd6ec591546308f.stex" ] +source_file="res://sprites/nuclear.png" +dest_files=[ "res://.import/nuclear.png-1a631b841879febac459536b4ef69ca5.stex" ] [params] diff --git a/assets/nuclear_3x3.png b/sprites/nuclear_3x3.png similarity index 100% rename from assets/nuclear_3x3.png rename to sprites/nuclear_3x3.png diff --git a/assets/nuclear_3x3.png.import b/sprites/nuclear_3x3.png.import similarity index 69% rename from assets/nuclear_3x3.png.import rename to sprites/nuclear_3x3.png.import index fabe282..4911c07 100644 --- a/assets/nuclear_3x3.png.import +++ b/sprites/nuclear_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/nuclear_3x3.png-fb42f75c6ef9332e3cde7f2d82cc59f1.stex" +path="res://.import/nuclear_3x3.png-2ea7170e6d1a13fbe63d6750d5d5871b.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/nuclear_3x3.png" -dest_files=[ "res://.import/nuclear_3x3.png-fb42f75c6ef9332e3cde7f2d82cc59f1.stex" ] +source_file="res://sprites/nuclear_3x3.png" +dest_files=[ "res://.import/nuclear_3x3.png-2ea7170e6d1a13fbe63d6750d5d5871b.stex" ] [params] diff --git a/assets/police.png b/sprites/police.png similarity index 100% rename from assets/police.png rename to sprites/police.png diff --git a/assets/police.png.import b/sprites/police.png.import similarity index 72% rename from assets/police.png.import rename to sprites/police.png.import index 0ea9842..4626f0c 100644 --- a/assets/police.png.import +++ b/sprites/police.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/police.png-c54a2a3478b4cc0f62d853fedcfe8f17.stex" +path="res://.import/police.png-3abb829ac2a435aae63f159d9474f0d9.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/police.png" -dest_files=[ "res://.import/police.png-c54a2a3478b4cc0f62d853fedcfe8f17.stex" ] +source_file="res://sprites/police.png" +dest_files=[ "res://.import/police.png-3abb829ac2a435aae63f159d9474f0d9.stex" ] [params] diff --git a/assets/police_3x3.png b/sprites/police_3x3.png similarity index 100% rename from assets/police_3x3.png rename to sprites/police_3x3.png diff --git a/assets/police_3x3.png.import b/sprites/police_3x3.png.import similarity index 69% rename from assets/police_3x3.png.import rename to sprites/police_3x3.png.import index 7864a69..4ee7632 100644 --- a/assets/police_3x3.png.import +++ b/sprites/police_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/police_3x3.png-a36e83cdafeb6f5bfeadd3abae33cdaa.stex" +path="res://.import/police_3x3.png-3ec05953bfe4fb986153b18591d18d12.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/police_3x3.png" -dest_files=[ "res://.import/police_3x3.png-a36e83cdafeb6f5bfeadd3abae33cdaa.stex" ] +source_file="res://sprites/police_3x3.png" +dest_files=[ "res://.import/police_3x3.png-3ec05953bfe4fb986153b18591d18d12.stex" ] [params] diff --git a/assets/rails.png b/sprites/rails.png similarity index 100% rename from assets/rails.png rename to sprites/rails.png diff --git a/assets/rails.png.import b/sprites/rails.png.import similarity index 72% rename from assets/rails.png.import rename to sprites/rails.png.import index 5e6c2c6..55d5ef5 100644 --- a/assets/rails.png.import +++ b/sprites/rails.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/rails.png-bb292791de41066410dafd1128e35427.stex" +path="res://.import/rails.png-a49150ec640c38b5482bba29f90aad06.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/rails.png" -dest_files=[ "res://.import/rails.png-bb292791de41066410dafd1128e35427.stex" ] +source_file="res://sprites/rails.png" +dest_files=[ "res://.import/rails.png-a49150ec640c38b5482bba29f90aad06.stex" ] [params] diff --git a/assets/rails_3x3.png b/sprites/rails_3x3.png similarity index 100% rename from assets/rails_3x3.png rename to sprites/rails_3x3.png diff --git a/assets/rails_3x3.png.import b/sprites/rails_3x3.png.import similarity index 70% rename from assets/rails_3x3.png.import rename to sprites/rails_3x3.png.import index 2f341e5..b3f9eef 100644 --- a/assets/rails_3x3.png.import +++ b/sprites/rails_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/rails_3x3.png-dfffff3186d9eb6e84819cde77feae85.stex" +path="res://.import/rails_3x3.png-d4dee50d3197f8e102de41e1e3de4928.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/rails_3x3.png" -dest_files=[ "res://.import/rails_3x3.png-dfffff3186d9eb6e84819cde77feae85.stex" ] +source_file="res://sprites/rails_3x3.png" +dest_files=[ "res://.import/rails_3x3.png-d4dee50d3197f8e102de41e1e3de4928.stex" ] [params] diff --git a/assets/res_houses.png b/sprites/res_houses.png similarity index 100% rename from assets/res_houses.png rename to sprites/res_houses.png diff --git a/assets/res_houses.png.import b/sprites/res_houses.png.import similarity index 69% rename from assets/res_houses.png.import rename to sprites/res_houses.png.import index 6d777a4..26ea8bb 100644 --- a/assets/res_houses.png.import +++ b/sprites/res_houses.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/res_houses.png-a6472d67279464370b366a3bb9744875.stex" +path="res://.import/res_houses.png-36bb99a264cdc47e3be589b2b912bb5b.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/res_houses.png" -dest_files=[ "res://.import/res_houses.png-a6472d67279464370b366a3bb9744875.stex" ] +source_file="res://sprites/res_houses.png" +dest_files=[ "res://.import/res_houses.png-36bb99a264cdc47e3be589b2b912bb5b.stex" ] [params] diff --git a/assets/res_houses_3x3.png b/sprites/res_houses_3x3.png similarity index 100% rename from assets/res_houses_3x3.png rename to sprites/res_houses_3x3.png diff --git a/assets/res_houses_3x3.png.import b/sprites/res_houses_3x3.png.import similarity index 68% rename from assets/res_houses_3x3.png.import rename to sprites/res_houses_3x3.png.import index b7caafb..7a4cea3 100644 --- a/assets/res_houses_3x3.png.import +++ b/sprites/res_houses_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/res_houses_3x3.png-b26f697b1ee16e296a138e90ed316100.stex" +path="res://.import/res_houses_3x3.png-f55c4d20e1838be7a6b7982a77217b45.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/res_houses_3x3.png" -dest_files=[ "res://.import/res_houses_3x3.png-b26f697b1ee16e296a138e90ed316100.stex" ] +source_file="res://sprites/res_houses_3x3.png" +dest_files=[ "res://.import/res_houses_3x3.png-f55c4d20e1838be7a6b7982a77217b45.stex" ] [params] diff --git a/assets/res_zones.png b/sprites/res_zones.png similarity index 100% rename from assets/res_zones.png rename to sprites/res_zones.png diff --git a/assets/res_zones.png.import b/sprites/res_zones.png.import similarity index 70% rename from assets/res_zones.png.import rename to sprites/res_zones.png.import index e006c30..f8dabd9 100644 --- a/assets/res_zones.png.import +++ b/sprites/res_zones.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/res_zones.png-62e7acda545989362c43864d9147ebd8.stex" +path="res://.import/res_zones.png-47f550df47b2c04bbfb45cab51ca28e6.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/res_zones.png" -dest_files=[ "res://.import/res_zones.png-62e7acda545989362c43864d9147ebd8.stex" ] +source_file="res://sprites/res_zones.png" +dest_files=[ "res://.import/res_zones.png-47f550df47b2c04bbfb45cab51ca28e6.stex" ] [params] diff --git a/assets/res_zones_3x3.png b/sprites/res_zones_3x3.png similarity index 100% rename from assets/res_zones_3x3.png rename to sprites/res_zones_3x3.png diff --git a/assets/res_zones_3x3.png.import b/sprites/res_zones_3x3.png.import similarity index 68% rename from assets/res_zones_3x3.png.import rename to sprites/res_zones_3x3.png.import index 81425f9..8468728 100644 --- a/assets/res_zones_3x3.png.import +++ b/sprites/res_zones_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/res_zones_3x3.png-b6eb7b1a01e6d7675b04d86782f987d7.stex" +path="res://.import/res_zones_3x3.png-c1e9eb349c715507c2182612c46ef3a0.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/res_zones_3x3.png" -dest_files=[ "res://.import/res_zones_3x3.png-b6eb7b1a01e6d7675b04d86782f987d7.stex" ] +source_file="res://sprites/res_zones_3x3.png" +dest_files=[ "res://.import/res_zones_3x3.png-c1e9eb349c715507c2182612c46ef3a0.stex" ] [params] diff --git a/assets/roads.png b/sprites/roads.png similarity index 100% rename from assets/roads.png rename to sprites/roads.png diff --git a/assets/roads.png.import b/sprites/roads.png.import similarity index 72% rename from assets/roads.png.import rename to sprites/roads.png.import index 07845ea..30737d4 100644 --- a/assets/roads.png.import +++ b/sprites/roads.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/roads.png-03a964f70dec0d82df7add58eae5fc98.stex" +path="res://.import/roads.png-534b3c05b97491b335fb78124cb3c030.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/roads.png" -dest_files=[ "res://.import/roads.png-03a964f70dec0d82df7add58eae5fc98.stex" ] +source_file="res://sprites/roads.png" +dest_files=[ "res://.import/roads.png-534b3c05b97491b335fb78124cb3c030.stex" ] [params] diff --git a/assets/roads.tres b/sprites/roads.tres similarity index 93% rename from assets/roads.tres rename to sprites/roads.tres index 2271057..3f6b4ce 100644 --- a/assets/roads.tres +++ b/sprites/roads.tres @@ -1,6 +1,7 @@ [gd_resource type="TileSet" load_steps=2 format=2] -[ext_resource path="res://assets/roads.png" type="Texture" id=1] +[ext_resource path="res://sprites/roads.png" type="Texture" id=1] + [resource] diff --git a/assets/roads_3x3.png b/sprites/roads_3x3.png similarity index 100% rename from assets/roads_3x3.png rename to sprites/roads_3x3.png diff --git a/assets/roads_3x3.png.import b/sprites/roads_3x3.png.import similarity index 70% rename from assets/roads_3x3.png.import rename to sprites/roads_3x3.png.import index a554c69..c2d7885 100644 --- a/assets/roads_3x3.png.import +++ b/sprites/roads_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/roads_3x3.png-85573ef06b03d9b1c2274d87f44beb3b.stex" +path="res://.import/roads_3x3.png-992187e75bf5e5f467b216ab08281562.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/roads_3x3.png" -dest_files=[ "res://.import/roads_3x3.png-85573ef06b03d9b1c2274d87f44beb3b.stex" ] +source_file="res://sprites/roads_3x3.png" +dest_files=[ "res://.import/roads_3x3.png-992187e75bf5e5f467b216ab08281562.stex" ] [params] diff --git a/assets/roadwire.png b/sprites/roadwire.png similarity index 100% rename from assets/roadwire.png rename to sprites/roadwire.png diff --git a/assets/roadwire.png.import b/sprites/roadwire.png.import similarity index 70% rename from assets/roadwire.png.import rename to sprites/roadwire.png.import index 59129bc..4c3f6fb 100644 --- a/assets/roadwire.png.import +++ b/sprites/roadwire.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/roadwire.png-9ccec6aacbc67af5feed9004df029b52.stex" +path="res://.import/roadwire.png-2fdda9f0f906849e300708c336c99b51.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/roadwire.png" -dest_files=[ "res://.import/roadwire.png-9ccec6aacbc67af5feed9004df029b52.stex" ] +source_file="res://sprites/roadwire.png" +dest_files=[ "res://.import/roadwire.png-2fdda9f0f906849e300708c336c99b51.stex" ] [params] diff --git a/assets/roadwire_3x3.png b/sprites/roadwire_3x3.png similarity index 100% rename from assets/roadwire_3x3.png rename to sprites/roadwire_3x3.png diff --git a/assets/roadwire_3x3.png.import b/sprites/roadwire_3x3.png.import similarity index 69% rename from assets/roadwire_3x3.png.import rename to sprites/roadwire_3x3.png.import index 6facaae..71083d1 100644 --- a/assets/roadwire_3x3.png.import +++ b/sprites/roadwire_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/roadwire_3x3.png-614fe813ed99e57548cb543d715f1d90.stex" +path="res://.import/roadwire_3x3.png-442a17598ea7a09d2ed74e3223fa1a93.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/roadwire_3x3.png" -dest_files=[ "res://.import/roadwire_3x3.png-614fe813ed99e57548cb543d715f1d90.stex" ] +source_file="res://sprites/roadwire_3x3.png" +dest_files=[ "res://.import/roadwire_3x3.png-442a17598ea7a09d2ed74e3223fa1a93.stex" ] [params] diff --git a/assets/seaport.png b/sprites/seaport.png similarity index 100% rename from assets/seaport.png rename to sprites/seaport.png diff --git a/assets/seaport.png.import b/sprites/seaport.png.import similarity index 71% rename from assets/seaport.png.import rename to sprites/seaport.png.import index 34c368c..7a98e9c 100644 --- a/assets/seaport.png.import +++ b/sprites/seaport.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/seaport.png-9a246760d5f7b6b1b51d2a31a5aa6ead.stex" +path="res://.import/seaport.png-4e1f0c7f2bae4e0317611267510f4b03.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/seaport.png" -dest_files=[ "res://.import/seaport.png-9a246760d5f7b6b1b51d2a31a5aa6ead.stex" ] +source_file="res://sprites/seaport.png" +dest_files=[ "res://.import/seaport.png-4e1f0c7f2bae4e0317611267510f4b03.stex" ] [params] diff --git a/assets/seaport_3x3.png b/sprites/seaport_3x3.png similarity index 100% rename from assets/seaport_3x3.png rename to sprites/seaport_3x3.png diff --git a/assets/seaport_3x3.png.import b/sprites/seaport_3x3.png.import similarity index 69% rename from assets/seaport_3x3.png.import rename to sprites/seaport_3x3.png.import index 033e046..ace39d2 100644 --- a/assets/seaport_3x3.png.import +++ b/sprites/seaport_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/seaport_3x3.png-e2b705ac6f62dac2cec3d7ab55dfc0cf.stex" +path="res://.import/seaport_3x3.png-3d9d4f73157fbe6be3ac8dc61e103e10.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/seaport_3x3.png" -dest_files=[ "res://.import/seaport_3x3.png-e2b705ac6f62dac2cec3d7ab55dfc0cf.stex" ] +source_file="res://sprites/seaport_3x3.png" +dest_files=[ "res://.import/seaport_3x3.png-3d9d4f73157fbe6be3ac8dc61e103e10.stex" ] [params] diff --git a/snow-expansion.png b/sprites/snow-expansion.png similarity index 100% rename from snow-expansion.png rename to sprites/snow-expansion.png diff --git a/snow-expansion.png.import b/sprites/snow-expansion.png.import similarity index 68% rename from snow-expansion.png.import rename to sprites/snow-expansion.png.import index dd6059a..e380033 100644 --- a/snow-expansion.png.import +++ b/sprites/snow-expansion.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/snow-expansion.png-4e33fbba01d84ae914bcd97fa34c32b1.stex" +path="res://.import/snow-expansion.png-69b9dd7d5a35d2ebf16486458af6da72.stex" metadata={ "vram_texture": false } [deps] -source_file="res://snow-expansion.png" -dest_files=[ "res://.import/snow-expansion.png-4e33fbba01d84ae914bcd97fa34c32b1.stex" ] +source_file="res://sprites/snow-expansion.png" +dest_files=[ "res://.import/snow-expansion.png-69b9dd7d5a35d2ebf16486458af6da72.stex" ] [params] diff --git a/assets/stadium.png b/sprites/stadium.png similarity index 100% rename from assets/stadium.png rename to sprites/stadium.png diff --git a/assets/stadium.png.import b/sprites/stadium.png.import similarity index 71% rename from assets/stadium.png.import rename to sprites/stadium.png.import index 1a6045f..96dd9f5 100644 --- a/assets/stadium.png.import +++ b/sprites/stadium.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stadium.png-bf97ea476d2ec36ef41be76b64188fc2.stex" +path="res://.import/stadium.png-2645312e4a98525657b163c9ae82ab34.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/stadium.png" -dest_files=[ "res://.import/stadium.png-bf97ea476d2ec36ef41be76b64188fc2.stex" ] +source_file="res://sprites/stadium.png" +dest_files=[ "res://.import/stadium.png-2645312e4a98525657b163c9ae82ab34.stex" ] [params] diff --git a/assets/stadium2.png b/sprites/stadium2.png similarity index 100% rename from assets/stadium2.png rename to sprites/stadium2.png diff --git a/assets/stadium2.png.import b/sprites/stadium2.png.import similarity index 70% rename from assets/stadium2.png.import rename to sprites/stadium2.png.import index aef4da0..894b027 100644 --- a/assets/stadium2.png.import +++ b/sprites/stadium2.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stadium2.png-e2d903e5612e246084ab988e30af5bf5.stex" +path="res://.import/stadium2.png-0dbc96bde88595c4e007ee7fe1825e33.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/stadium2.png" -dest_files=[ "res://.import/stadium2.png-e2d903e5612e246084ab988e30af5bf5.stex" ] +source_file="res://sprites/stadium2.png" +dest_files=[ "res://.import/stadium2.png-0dbc96bde88595c4e007ee7fe1825e33.stex" ] [params] diff --git a/assets/stadium2_3x3.png b/sprites/stadium2_3x3.png similarity index 100% rename from assets/stadium2_3x3.png rename to sprites/stadium2_3x3.png diff --git a/assets/stadium2_3x3.png.import b/sprites/stadium2_3x3.png.import similarity index 69% rename from assets/stadium2_3x3.png.import rename to sprites/stadium2_3x3.png.import index bb24649..2d466f6 100644 --- a/assets/stadium2_3x3.png.import +++ b/sprites/stadium2_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stadium2_3x3.png-d6cd6c5706680150f55158dfb67f1608.stex" +path="res://.import/stadium2_3x3.png-89add31662c99357bc0d9e297411fded.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/stadium2_3x3.png" -dest_files=[ "res://.import/stadium2_3x3.png-d6cd6c5706680150f55158dfb67f1608.stex" ] +source_file="res://sprites/stadium2_3x3.png" +dest_files=[ "res://.import/stadium2_3x3.png-89add31662c99357bc0d9e297411fded.stex" ] [params] diff --git a/assets/stadium_3x3.png b/sprites/stadium_3x3.png similarity index 100% rename from assets/stadium_3x3.png rename to sprites/stadium_3x3.png diff --git a/assets/stadium_3x3.png.import b/sprites/stadium_3x3.png.import similarity index 69% rename from assets/stadium_3x3.png.import rename to sprites/stadium_3x3.png.import index b6e87ab..ba13f4b 100644 --- a/assets/stadium_3x3.png.import +++ b/sprites/stadium_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stadium_3x3.png-e6f634deddc1b087c9f70150ac723679.stex" +path="res://.import/stadium_3x3.png-a0d9e0070e2bb7673d957d197caa7168.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/stadium_3x3.png" -dest_files=[ "res://.import/stadium_3x3.png-e6f634deddc1b087c9f70150ac723679.stex" ] +source_file="res://sprites/stadium_3x3.png" +dest_files=[ "res://.import/stadium_3x3.png-a0d9e0070e2bb7673d957d197caa7168.stex" ] [params] diff --git a/assets/stadium_animation_gfx.png b/sprites/stadium_animation_gfx.png similarity index 100% rename from assets/stadium_animation_gfx.png rename to sprites/stadium_animation_gfx.png diff --git a/assets/stadium_animation_gfx.png.import b/sprites/stadium_animation_gfx.png.import similarity index 66% rename from assets/stadium_animation_gfx.png.import rename to sprites/stadium_animation_gfx.png.import index 54c3e1d..94567a5 100644 --- a/assets/stadium_animation_gfx.png.import +++ b/sprites/stadium_animation_gfx.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stadium_animation_gfx.png-96f4d290b3eb0629e393d42569f26b9d.stex" +path="res://.import/stadium_animation_gfx.png-bfecc4a89d1e9b6adcb80267a342a1a9.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/stadium_animation_gfx.png" -dest_files=[ "res://.import/stadium_animation_gfx.png-96f4d290b3eb0629e393d42569f26b9d.stex" ] +source_file="res://sprites/stadium_animation_gfx.png" +dest_files=[ "res://.import/stadium_animation_gfx.png-bfecc4a89d1e9b6adcb80267a342a1a9.stex" ] [params] diff --git a/assets/terrain.png b/sprites/terrain.png similarity index 100% rename from assets/terrain.png rename to sprites/terrain.png diff --git a/assets/terrain.png.import b/sprites/terrain.png.import similarity index 71% rename from assets/terrain.png.import rename to sprites/terrain.png.import index 91f5d19..d6eaae0 100644 --- a/assets/terrain.png.import +++ b/sprites/terrain.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/terrain.png-02334d89f314a8996b3c48f78734ffd5.stex" +path="res://.import/terrain.png-63c9ff55e8eccc87892656e18022b516.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/terrain.png" -dest_files=[ "res://.import/terrain.png-02334d89f314a8996b3c48f78734ffd5.stex" ] +source_file="res://sprites/terrain.png" +dest_files=[ "res://.import/terrain.png-63c9ff55e8eccc87892656e18022b516.stex" ] [params] diff --git a/assets/terrain_3x3.png b/sprites/terrain_3x3.png similarity index 100% rename from assets/terrain_3x3.png rename to sprites/terrain_3x3.png diff --git a/assets/terrain_3x3.png.import b/sprites/terrain_3x3.png.import similarity index 69% rename from assets/terrain_3x3.png.import rename to sprites/terrain_3x3.png.import index 1f9b101..f487a43 100644 --- a/assets/terrain_3x3.png.import +++ b/sprites/terrain_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/terrain_3x3.png-a864cfd2191c52bdb45f1805ebbd3193.stex" +path="res://.import/terrain_3x3.png-a729dde7834b7cbe87bd070d4483a8c2.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/terrain_3x3.png" -dest_files=[ "res://.import/terrain_3x3.png-a864cfd2191c52bdb45f1805ebbd3193.stex" ] +source_file="res://sprites/terrain_3x3.png" +dest_files=[ "res://.import/terrain_3x3.png-a729dde7834b7cbe87bd070d4483a8c2.stex" ] [params] diff --git a/assets/terrain_cl.ase b/sprites/terrain_cl.ase similarity index 100% rename from assets/terrain_cl.ase rename to sprites/terrain_cl.ase diff --git a/assets/terrain_cl.png b/sprites/terrain_cl.png similarity index 100% rename from assets/terrain_cl.png rename to sprites/terrain_cl.png diff --git a/assets/terrain_cl.png.import b/sprites/terrain_cl.png.import similarity index 69% rename from assets/terrain_cl.png.import rename to sprites/terrain_cl.png.import index e7a2b8d..cf945c2 100644 --- a/assets/terrain_cl.png.import +++ b/sprites/terrain_cl.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/terrain_cl.png-9bdb9660ea4d77c50e4b90d3c14bcaea.stex" +path="res://.import/terrain_cl.png-3e8fce2a405bd2a8cf30310331ad9b0f.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/terrain_cl.png" -dest_files=[ "res://.import/terrain_cl.png-9bdb9660ea4d77c50e4b90d3c14bcaea.stex" ] +source_file="res://sprites/terrain_cl.png" +dest_files=[ "res://.import/terrain_cl.png-3e8fce2a405bd2a8cf30310331ad9b0f.stex" ] [params] diff --git a/assets/terrian.tres b/sprites/terrian.tres similarity index 93% rename from assets/terrian.tres rename to sprites/terrian.tres index 250b5a6..42b7388 100644 --- a/assets/terrian.tres +++ b/sprites/terrian.tres @@ -1,6 +1,7 @@ [gd_resource type="TileSet" load_steps=2 format=2] -[ext_resource path="res://assets/terrain_cl.png" type="Texture" id=1] +[ext_resource path="res://sprites/terrain_cl.png" type="Texture" id=1] + [resource] diff --git a/assets/traffic_frames.png b/sprites/traffic_frames.png similarity index 100% rename from assets/traffic_frames.png rename to sprites/traffic_frames.png diff --git a/assets/traffic_frames.png.import b/sprites/traffic_frames.png.import similarity index 68% rename from assets/traffic_frames.png.import rename to sprites/traffic_frames.png.import index e45c34c..af3d545 100644 --- a/assets/traffic_frames.png.import +++ b/sprites/traffic_frames.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/traffic_frames.png-3d9fde8596b40b06f42ed7760a648d2d.stex" +path="res://.import/traffic_frames.png-8d423db1ff93a442ade1ef7410237e97.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/traffic_frames.png" -dest_files=[ "res://.import/traffic_frames.png-3d9fde8596b40b06f42ed7760a648d2d.stex" ] +source_file="res://sprites/traffic_frames.png" +dest_files=[ "res://.import/traffic_frames.png-8d423db1ff93a442ade1ef7410237e97.stex" ] [params] diff --git a/assets/traffic_frames_3x3.png b/sprites/traffic_frames_3x3.png similarity index 100% rename from assets/traffic_frames_3x3.png rename to sprites/traffic_frames_3x3.png diff --git a/assets/traffic_frames_3x3.png.import b/sprites/traffic_frames_3x3.png.import similarity index 67% rename from assets/traffic_frames_3x3.png.import rename to sprites/traffic_frames_3x3.png.import index 5de55b3..3cacb2f 100644 --- a/assets/traffic_frames_3x3.png.import +++ b/sprites/traffic_frames_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/traffic_frames_3x3.png-5e7ebc0c5154afd8d5bae4e39b02ba0f.stex" +path="res://.import/traffic_frames_3x3.png-c921bb6d92d10154d0edf0c98a91ca05.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/traffic_frames_3x3.png" -dest_files=[ "res://.import/traffic_frames_3x3.png-5e7ebc0c5154afd8d5bae4e39b02ba0f.stex" ] +source_file="res://sprites/traffic_frames_3x3.png" +dest_files=[ "res://.import/traffic_frames_3x3.png-c921bb6d92d10154d0edf0c98a91ca05.stex" ] [params] diff --git a/assets/water.tres b/sprites/water.tres similarity index 90% rename from assets/water.tres rename to sprites/water.tres index 3fde8ba..4ae12d4 100644 --- a/assets/water.tres +++ b/sprites/water.tres @@ -1,6 +1,7 @@ [gd_resource type="TileSet" load_steps=2 format=2] -[ext_resource path="res://assets/terrain_cl.png" type="Texture" id=1] +[ext_resource path="res://sprites/terrain_cl.png" type="Texture" id=1] + [resource] diff --git a/assets/wires.png b/sprites/wires.png similarity index 100% rename from assets/wires.png rename to sprites/wires.png diff --git a/assets/wires.png.import b/sprites/wires.png.import similarity index 72% rename from assets/wires.png.import rename to sprites/wires.png.import index 25c1bd3..7706ba7 100644 --- a/assets/wires.png.import +++ b/sprites/wires.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/wires.png-ccdeeb58ebbd6212fb19d97cf353af6c.stex" +path="res://.import/wires.png-290f3e148d445ad98a2eaee01b665034.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/wires.png" -dest_files=[ "res://.import/wires.png-ccdeeb58ebbd6212fb19d97cf353af6c.stex" ] +source_file="res://sprites/wires.png" +dest_files=[ "res://.import/wires.png-290f3e148d445ad98a2eaee01b665034.stex" ] [params] diff --git a/assets/wires_3x3.png b/sprites/wires_3x3.png similarity index 100% rename from assets/wires_3x3.png rename to sprites/wires_3x3.png diff --git a/assets/wires_3x3.png.import b/sprites/wires_3x3.png.import similarity index 71% rename from assets/wires_3x3.png.import rename to sprites/wires_3x3.png.import index 27316bf..0cb3897 100644 --- a/assets/wires_3x3.png.import +++ b/sprites/wires_3x3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/wires_3x3.png-a73979ff86556b8a6b30ce4b3fc28950.stex" +path="res://.import/wires_3x3.png-f398b4fbeb165f023721be26b9156850.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/wires_3x3.png" -dest_files=[ "res://.import/wires_3x3.png-a73979ff86556b8a6b30ce4b3fc28950.stex" ] +source_file="res://sprites/wires_3x3.png" +dest_files=[ "res://.import/wires_3x3.png-f398b4fbeb165f023721be26b9156850.stex" ] [params]