New(ish) icon
- Reorganized project directories
BIN
icon.png
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 10 KiB |
|
@ -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]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
@ -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
|
|
@ -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
|
|
@ -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 )
|
|
@ -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")
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 198 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 786 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 155 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 703 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 558 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 117 B |
|
@ -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]
|
||||
|
|
@ -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]
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 718 B After Width: | Height: | Size: 718 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 979 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 614 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 891 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 325 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 748 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 897 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 533 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 115 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 628 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 976 B |
|
@ -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]
|
||||
|
|
@ -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]
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 176 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1,021 B After Width: | Height: | Size: 1,021 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 126 B After Width: | Height: | Size: 126 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 941 B After Width: | Height: | Size: 941 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 156 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 838 B After Width: | Height: | Size: 838 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |