msx off level indicator

This commit is contained in:
pennyrigate 2023-12-26 21:42:56 -05:00
parent 403924d210
commit a07d929c4c
7 changed files with 48 additions and 3 deletions

View file

@ -1,7 +1,8 @@
[gd_scene load_steps=7 format=2]
[gd_scene load_steps=8 format=2]
[ext_resource path="res://graphics/hud/off_level_indicator.png" type="Texture" id=1]
[ext_resource path="res://graphics/hud/msx_head.png" type="Texture" id=2]
[ext_resource path="res://objects/hud/msx_off_level_indicator.gd" type="Script" id=3]
[sub_resource type="Animation" id=2]
length = 0.001
@ -186,6 +187,7 @@ tracks/3/keys = {
}
[node name="MsxOffLevelIndicator" type="Node2D"]
script = ExtResource( 3 )
[node name="Head" type="Sprite" parent="."]
visible = false
@ -193,7 +195,7 @@ texture = ExtResource( 2 )
[node name="ArrowR" type="Sprite" parent="."]
visible = false
position = Vector2( 12.4551, 1 )
position = Vector2( 11.336, 1 )
rotation = 1.5708
texture = ExtResource( 1 )