-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHexTile.tscn
117 lines (96 loc) · 3.5 KB
/
HexTile.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[gd_scene load_steps=17 format=2]
[ext_resource path="res://Sprites/tile.png" type="Texture" id=1]
[ext_resource path="res://Scripts/HexTile.gd" type="Script" id=2]
[ext_resource path="res://Roboto-Bold.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://Sprites/Effects/Highlight4.png" type="Texture" id=4]
[ext_resource path="res://Sprites/Effects/Highlight6.png" type="Texture" id=5]
[ext_resource path="res://Sprites/Effects/Highlight2.png" type="Texture" id=6]
[ext_resource path="res://Sprites/Effects/Highlight3.png" type="Texture" id=7]
[ext_resource path="res://Sprites/Effects/Highlight5.png" type="Texture" id=8]
[ext_resource path="res://Sprites/Effects/Highlight1.png" type="Texture" id=9]
[ext_resource path="res://Sprites/Shore/sand_overlay_1.png" type="Texture" id=10]
[ext_resource path="res://Sprites/Shore/sand_overlay_3.png" type="Texture" id=11]
[ext_resource path="res://Sprites/Shore/sand_overlay_6.png" type="Texture" id=12]
[ext_resource path="res://Sprites/Shore/sand_overlay_4.png" type="Texture" id=13]
[ext_resource path="res://Sprites/Shore/sand_overlay_2.png" type="Texture" id=14]
[ext_resource path="res://Sprites/Shore/sand_overlay_5.png" type="Texture" id=15]
[sub_resource type="DynamicFont" id=1]
size = 14
outline_size = 2
font_data = ExtResource( 3 )
[node name="HexTile" type="Area2D"]
monitoring = false
monitorable = false
collision_layer = 524288
collision_mask = 0
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
visible = false
polygon = PoolVector2Array( -22.5, -13, 0, -26, 22.5, -13, 22.5, 13, 0, 26, -22.5, 13 )
[node name="Sprites" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="Shore" type="Node2D" parent="."]
z_index = 4
[node name="1" type="Sprite" parent="Shore"]
position = Vector2( 0.851578, 1.61613 )
texture = ExtResource( 10 )
[node name="2" type="Sprite" parent="Shore"]
visible = false
position = Vector2( 1.64528, 2.80668 )
texture = ExtResource( 14 )
[node name="3" type="Sprite" parent="Shore"]
visible = false
position = Vector2( -0.735825, 1.21928 )
texture = ExtResource( 11 )
[node name="4" type="Sprite" parent="Shore"]
visible = false
position = Vector2( 1.24843, -0.963402 )
texture = ExtResource( 13 )
[node name="5" type="Sprite" parent="Shore"]
visible = false
position = Vector2( 1.05, -0.566551 )
texture = ExtResource( 15 )
[node name="6" type="Sprite" parent="Shore"]
visible = false
position = Vector2( 1.8437, 1.61613 )
texture = ExtResource( 12 )
[node name="Border" type="Node2D" parent="."]
modulate = Color( 0, 0.133333, 1, 1 )
z_index = 5
[node name="1" type="Sprite" parent="Border"]
visible = false
texture = ExtResource( 9 )
[node name="2" type="Sprite" parent="Border"]
visible = false
texture = ExtResource( 6 )
[node name="3" type="Sprite" parent="Border"]
visible = false
texture = ExtResource( 7 )
[node name="4" type="Sprite" parent="Border"]
visible = false
texture = ExtResource( 4 )
[node name="5" type="Sprite" parent="Border"]
visible = false
texture = ExtResource( 8 )
[node name="6" type="Sprite" parent="Border"]
visible = false
texture = ExtResource( 5 )
[node name="LabelParent" type="Node2D" parent="."]
z_index = 29
z_as_relative = false
[node name="Label" type="Label" parent="LabelParent"]
visible = false
margin_left = -42.0
margin_right = 42.0
margin_bottom = 57.0
grow_horizontal = 2
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "(-,-)"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}