citylimits/scenes/game.tscn

113 lines
2.9 KiB
Text
Raw Normal View History

[gd_scene load_steps=7 format=2]
2020-06-05 13:00:13 -04:00
[ext_resource path="res://sprites/water.tres" type="TileSet" id=1]
[ext_resource path="res://scripts/gpanel.gd" type="Script" id=2]
[ext_resource path="res://sprites/terrian.tres" type="TileSet" id=3]
[ext_resource path="res://scripts/world.gd" type="Script" id=4]
[ext_resource path="res://scripts/cameramovement.gd" type="Script" id=5]
[ext_resource path="res://scenes/Zone.tscn" type="PackedScene" id=6]
[node name="game" type="Node"]
[node name="world" type="Node2D" parent="."]
script = ExtResource( 4 )
__meta__ = {
"_edit_lock_": true
}
2020-06-05 13:00:13 -04:00
[node name="water" type="TileMap" parent="world"]
tile_set = ExtResource( 1 )
cell_size = Vector2( 16, 16 )
format = 1
2020-06-05 13:00:13 -04:00
[node name="terrian" type="TileMap" parent="world"]
tile_set = ExtResource( 3 )
cell_size = Vector2( 16, 16 )
format = 1
2020-06-05 13:00:13 -04:00
[node name="Camera2D" type="Camera2D" parent="world"]
position = Vector2( 512, 304 )
current = true
script = ExtResource( 5 )
[node name="Resdenital" parent="world" instance=ExtResource( 6 )]
position = Vector2( 152.043, 336.414 )
[node name="ui" type="CanvasLayer" parent="."]
[node name="base" type="Control" parent="ui"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="gpanel" type="Panel" parent="ui/base"]
anchor_right = 1.0
margin_bottom = 23.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="citymenus" type="HBoxContainer" parent="ui/base/gpanel"]
anchor_top = 0.5
anchor_bottom = 0.5
margin_left = 3.0
margin_top = -10.0
margin_right = 166.0
margin_bottom = 10.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="citynamelbl" type="Label" parent="ui/base/gpanel/citymenus"]
margin_top = 3.0
margin_right = 66.0
margin_bottom = 17.0
text = "City Name"
[node name="gamespeed" type="MenuButton" parent="ui/base/gpanel/citymenus"]
margin_left = 70.0
margin_right = 163.0
margin_bottom = 20.0
text = "Game Speed"
items = [ "Slow", null, 0, false, false, 0, 0, null, "", false, "Medium", null, 0, false, false, 1, 0, null, "", false, "Fast", null, 0, false, false, 2, 0, null, "", false ]
[node name="citystatus" type="HBoxContainer" parent="ui/base/gpanel"]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -276.0
margin_top = -9.5
margin_right = -4.0
margin_bottom = 10.5
alignment = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="currencylbl" type="Label" parent="ui/base/gpanel/citystatus"]
margin_left = 252.0
margin_top = 3.0
margin_right = 259.0
margin_bottom = 17.0
text = "§"
[node name="moneylbl" type="Label" parent="ui/base/gpanel/citystatus"]
margin_left = 263.0
margin_top = 3.0
margin_right = 272.0
margin_bottom = 17.0
text = "#"
[node name="debugbtn" type="Button" parent="ui/base/gpanel"]
visible = false
margin_left = 932.754
margin_top = 563.202
margin_right = 985.754
margin_bottom = 583.202
text = "Debug"