-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCity.tscn
42 lines (35 loc) · 1.04 KB
/
City.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Scripts/City.gd" type="Script" id=1]
[ext_resource path="res://Sprites/harbor.png" type="Texture" id=2]
[ext_resource path="res://Roboto-Bold.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://Sprites/city.png" type="Texture" id=4]
[sub_resource type="DynamicFont" id=1]
size = 10
use_filter = true
font_data = ExtResource( 3 )
[node name="City" type="Node2D"]
z_index = 10
script = ExtResource( 1 )
[node name="CitySprite" type="Sprite" parent="."]
z_index = 2
z_as_relative = false
[node name="Label" type="Label" parent="."]
margin_left = -16.0
margin_right = 16.0
grow_horizontal = 2
custom_fonts/font = SubResource( 1 )
text = "City"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PortIcon" type="Sprite" parent="."]
visible = false
position = Vector2( 0, -7.776 )
rotation = 1.5708
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 2 )
[node name="CityIcon" type="Sprite" parent="."]
position = Vector2( 0, -8 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 4 )