marathon mode skeleton
This commit is contained in:
parent
6bd0a81f11
commit
22a53ee1a0
9 changed files with 147 additions and 13 deletions
|
@ -96,7 +96,6 @@ autostart = true
|
|||
[node name="Sprite" type="AnimatedSprite" parent="."]
|
||||
position = Vector2( 26, 27 )
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="BloodPosition" type="Position2D" parent="."]
|
||||
|
|
|
@ -6,17 +6,11 @@
|
|||
[ext_resource path="res://ui/Boba Date.otf" type="DynamicFontData" id=4]
|
||||
[ext_resource path="res://ui/HooskaiChamferedSquare.ttf" type="DynamicFontData" id=5]
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=11]
|
||||
albedo_color = Color( 0.309804, 0.690196, 0.380392, 1 )
|
||||
metallic = 0.35
|
||||
metallic_specular = 0.11
|
||||
|
||||
[sub_resource type="DynamicFont" id=19]
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="TextMesh" id=2]
|
||||
resource_local_to_scene = true
|
||||
material = SubResource( 11 )
|
||||
text = "TEXT"
|
||||
font = SubResource( 19 )
|
||||
pixel_size = 0.05
|
||||
|
@ -185,6 +179,11 @@ tracks/4/keys = {
|
|||
"values": [ ExtResource( 4 ) ]
|
||||
}
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=11]
|
||||
albedo_color = Color( 0.309804, 0.690196, 0.380392, 1 )
|
||||
metallic = 0.35
|
||||
metallic_specular = 0.11
|
||||
|
||||
[sub_resource type="Animation" id=20]
|
||||
resource_name = "final score"
|
||||
tracks/0/type = "value"
|
||||
|
@ -658,7 +657,6 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
script = ExtResource( 2 )
|
||||
text = "TEXT"
|
||||
text_material = SubResource( 11 )
|
||||
|
||||
[node name="Viewport" type="Viewport" parent="."]
|
||||
size = Vector2( 256, 192 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue