Font updated
This commit is contained in:
parent
f3c0ee4bec
commit
35128c17a0
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=10 format=4 uid="uid://ccjb75bercbw8"]
|
||||
[gd_scene load_steps=11 format=4 uid="uid://ccjb75bercbw8"]
|
||||
|
||||
[ext_resource type="TileSet" uid="uid://xnedi1edel2b" path="res://levels/levelOne/tileMaps/baseTileset.tres" id="1_s5r4n"]
|
||||
[ext_resource type="PackedScene" uid="uid://c1xy5bf2p6vmh" path="res://player/smallPlayer/player.tscn" id="2_r1egm"]
|
||||
|
@ -6,6 +6,7 @@
|
|||
[ext_resource type="Script" uid="uid://bnpus4sru0dpt" path="res://levels/levelOne/playerScriptAnimation.gd" id="3_pr6wu"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvenxce30ko6p" path="res://levels/backgrounds/caveBackground.tscn" id="5_8lh0c"]
|
||||
[ext_resource type="PackedScene" uid="uid://dxojtfoa4jbe" path="res://levels/levelOne/exitZone.tscn" id="5_r1egm"]
|
||||
[ext_resource type="FontFile" uid="uid://c8qur0cbvh1ju" path="res://startMenu/Symtext.ttf" id="7_dpa6y"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_pr6wu"]
|
||||
length = 0.001
|
||||
|
@ -132,6 +133,9 @@ position = Vector2(-338, 156)
|
|||
[node name="exitZone1" parent="." instance=ExtResource("5_r1egm")]
|
||||
position = Vector2(304, 1266)
|
||||
|
||||
[node name="fadeOut" parent="exitZone1" index="1"]
|
||||
visible = false
|
||||
|
||||
[node name="Rock tutorial" type="Label" parent="."]
|
||||
offset_left = 78.0
|
||||
offset_top = -381.0
|
||||
|
@ -173,6 +177,7 @@ offset_left = 267.0
|
|||
offset_top = 119.0
|
||||
offset_right = 460.0
|
||||
offset_bottom = 142.0
|
||||
theme_override_fonts/font = ExtResource("7_dpa6y")
|
||||
text = "TEST PLACEHOLDER TEST"
|
||||
|
||||
[connection signal="animation_finished" from="introAnimation" to="player" method="_on_intro_animation_animation_finished"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user