|
1 |
| -[gd_scene load_steps=6 format=3 uid="uid://jt80gv02u4f2"] |
| 1 | +[gd_scene load_steps=9 format=3 uid="uid://jt80gv02u4f2"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Script" path="res://scripts/hud.gd" id="1_8msyy"]
|
4 | 4 | [ext_resource type="Texture2D" uid="uid://d3um1i1lgu153" path="res://assets/heart.png" id="2_yyptq"]
|
5 | 5 | [ext_resource type="Texture2D" uid="uid://c6ic03u2yvnk6" path="res://assets/controls/flatLightLeft.png" id="3_cxgb6"]
|
| 6 | +[ext_resource type="Texture2D" uid="uid://svp2vgo37htu" path="res://assets/controls/flatDarkLeft.png" id="4_w2trk"] |
6 | 7 | [ext_resource type="Texture2D" uid="uid://dsght3iwomray" path="res://assets/controls/flatLightRight.png" id="4_x1c4s"]
|
7 | 8 | [ext_resource type="Texture2D" uid="uid://crocudarwwiec" path="res://assets/controls/flatLightA.png" id="5_p3p2e"]
|
| 9 | +[ext_resource type="Texture2D" uid="uid://cwxk6km6rqwl3" path="res://assets/controls/flatDarkRight.png" id="6_u38dk"] |
| 10 | +[ext_resource type="Texture2D" uid="uid://vujn5y4v732w" path="res://assets/controls/flatDarkA.png" id="8_me7no"] |
8 | 11 |
|
9 | 12 | [node name="HUD" type="CanvasLayer"]
|
10 | 13 | script = ExtResource("1_8msyy")
|
@@ -103,28 +106,34 @@ expand_mode = 1
|
103 | 106 | stretch_mode = 1
|
104 | 107 |
|
105 | 108 | [node name="MovePlayerLeft" type="TouchScreenButton" parent="."]
|
| 109 | +modulate = Color(1, 1, 1, 0.74902) |
106 | 110 | texture_filter = 1
|
107 | 111 | position = Vector2(80, 845)
|
108 | 112 | scale = Vector2(2.3, 2.3)
|
109 | 113 | texture_normal = ExtResource("3_cxgb6")
|
| 114 | +texture_pressed = ExtResource("4_w2trk") |
110 | 115 | passby_press = true
|
111 | 116 | action = "player_1_left"
|
112 | 117 | visibility_mode = 1
|
113 | 118 |
|
114 | 119 | [node name="MovePlayerRight" type="TouchScreenButton" parent="."]
|
| 120 | +modulate = Color(1, 1, 1, 0.74902) |
115 | 121 | texture_filter = 1
|
116 | 122 | position = Vector2(400, 845)
|
117 | 123 | scale = Vector2(2.3, 2.3)
|
118 | 124 | texture_normal = ExtResource("4_x1c4s")
|
| 125 | +texture_pressed = ExtResource("6_u38dk") |
119 | 126 | passby_press = true
|
120 | 127 | action = "player_1_right"
|
121 | 128 | visibility_mode = 1
|
122 | 129 |
|
123 | 130 | [node name="Jump" type="TouchScreenButton" parent="."]
|
| 131 | +modulate = Color(1, 1, 1, 0.74902) |
124 | 132 | texture_filter = 1
|
125 | 133 | position = Vector2(1695, 845)
|
126 | 134 | scale = Vector2(2.3, 2.3)
|
127 | 135 | texture_normal = ExtResource("5_p3p2e")
|
| 136 | +texture_pressed = ExtResource("8_me7no") |
128 | 137 | passby_press = true
|
129 | 138 | action = "player_1_jump"
|
130 | 139 | visibility_mode = 1
|
0 commit comments