forked from team-sg/hero-mark-2
adjusted jump height
This commit is contained in:
parent
8f6a068eba
commit
28319efe0d
3 changed files with 22 additions and 16 deletions
|
@ -31,16 +31,19 @@ shader_param/palette = ExtResource( 8 )
|
|||
shader = ExtResource( 1 )
|
||||
shader_param/palette = ExtResource( 9 )
|
||||
|
||||
[node name="HUD" type="Control"]
|
||||
[node name="CanvasLayer" type="CanvasLayer"]
|
||||
layer = 100
|
||||
|
||||
[node name="HUD" type="Control" parent="."]
|
||||
margin_top = 1.0
|
||||
margin_bottom = 1.0
|
||||
script = ExtResource( 6 )
|
||||
|
||||
[node name="Back" type="Sprite" parent="."]
|
||||
[node name="Back" type="Sprite" parent="HUD"]
|
||||
position = Vector2( 128, 8 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="GoldCounter" type="Label" parent="."]
|
||||
[node name="GoldCounter" type="Label" parent="HUD"]
|
||||
margin_left = 14.0
|
||||
margin_top = 1.0
|
||||
margin_right = 54.0
|
||||
|
@ -48,7 +51,7 @@ margin_bottom = 21.0
|
|||
theme = ExtResource( 10 )
|
||||
text = "000"
|
||||
|
||||
[node name="ShardCounter" type="Label" parent="."]
|
||||
[node name="ShardCounter" type="Label" parent="HUD"]
|
||||
margin_left = 53.0
|
||||
margin_top = 1.0
|
||||
margin_right = 93.0
|
||||
|
@ -56,7 +59,7 @@ margin_bottom = 21.0
|
|||
theme = ExtResource( 10 )
|
||||
text = "00"
|
||||
|
||||
[node name="RedStar" type="Sprite" parent="."]
|
||||
[node name="RedStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 1 )
|
||||
position = Vector2( 79, 8 )
|
||||
|
@ -64,7 +67,7 @@ texture = ExtResource( 4 )
|
|||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 11, 11 )
|
||||
|
||||
[node name="YellowStar" type="Sprite" parent="."]
|
||||
[node name="YellowStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 2 )
|
||||
position = Vector2( 92, 8 )
|
||||
|
@ -72,7 +75,7 @@ texture = ExtResource( 4 )
|
|||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 11, 11 )
|
||||
|
||||
[node name="GreenStar" type="Sprite" parent="."]
|
||||
[node name="GreenStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 3 )
|
||||
position = Vector2( 105, 8 )
|
||||
|
@ -80,7 +83,7 @@ texture = ExtResource( 4 )
|
|||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 11, 11 )
|
||||
|
||||
[node name="BlueStar" type="Sprite" parent="."]
|
||||
[node name="BlueStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 118, 8 )
|
||||
|
@ -88,7 +91,7 @@ texture = ExtResource( 4 )
|
|||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 11, 11 )
|
||||
|
||||
[node name="MagentaStar" type="Sprite" parent="."]
|
||||
[node name="MagentaStar" type="Sprite" parent="HUD"]
|
||||
visible = false
|
||||
material = SubResource( 5 )
|
||||
position = Vector2( 131, 8 )
|
||||
|
@ -96,7 +99,7 @@ texture = ExtResource( 4 )
|
|||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 11, 11 )
|
||||
|
||||
[node name="ScoreText" type="Label" parent="."]
|
||||
[node name="ScoreText" type="Label" parent="HUD"]
|
||||
margin_left = 142.0
|
||||
margin_top = 1.0
|
||||
margin_right = 226.0
|
||||
|
@ -104,7 +107,7 @@ margin_bottom = 21.0
|
|||
theme = ExtResource( 10 )
|
||||
text = "SCORE:"
|
||||
|
||||
[node name="ScoreCounter" type="Label" parent="."]
|
||||
[node name="ScoreCounter" type="Label" parent="HUD"]
|
||||
margin_left = 180.0
|
||||
margin_top = 1.0
|
||||
margin_right = 264.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue