Improved quest system

This commit is contained in:
Segey Lapin
2019-07-26 04:29:15 +03:00
parent 3376b5b912
commit 790f4b43dd
10 changed files with 245 additions and 10 deletions

View File

@@ -0,0 +1,41 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://ui/interaction.gd" type="Script" id=1]
[node name="interaction" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_min_size = Vector2( 0, 96 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="h" type="HBoxContainer" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -64.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="hire_team" type="TextureButton" parent="h"]
margin_right = 64.0
margin_bottom = 64.0
rect_min_size = Vector2( 64, 64 )
[node name="Polygon2D" type="Polygon2D" parent="h/hire_team"]
polygon = PoolVector2Array( 11.513, 35.9185, 25.1051, 23.7134, 38.1424, 35.0864 )
[node name="hire_cheer_team" type="TextureButton" parent="h"]
margin_left = 68.0
margin_right = 132.0
margin_bottom = 64.0
rect_min_size = Vector2( 64, 64 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Polygon2D2" type="Polygon2D" parent="h/hire_cheer_team"]
polygon = PoolVector2Array( 11.513, 35.9185, 25.1051, 23.7134, 38.1424, 35.0864 )