forked from team-sg/hero-mark-2
fixed more menu weirdness
This commit is contained in:
parent
84182e5665
commit
5e2f789e40
5 changed files with 13 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=46 format=2]
|
||||
[gd_scene load_steps=47 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
|
||||
|
@ -36,6 +36,7 @@
|
|||
[ext_resource path="res://graphics/player/palettes/seegee.tex" type="Texture" id=34]
|
||||
[ext_resource path="res://graphics/player/palettes/nightrunner.tex" type="Texture" id=35]
|
||||
[ext_resource path="res://graphics/player/palettes/typhoon.tex" type="Texture" id=36]
|
||||
[ext_resource path="res://objects/hud/menu_sounds.tscn" type="PackedScene" id=37]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -155,7 +156,6 @@ material = SubResource( 2 )
|
|||
position = Vector2( 128, 128 )
|
||||
scale = Vector2( 3, 3 )
|
||||
frames = SubResource( 9 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
|
@ -214,3 +214,5 @@ margin_right = 99.0
|
|||
margin_bottom = 17.0
|
||||
size_flags_vertical = 4
|
||||
texture = ExtResource( 9 )
|
||||
|
||||
[node name="MenuSounds" parent="." instance=ExtResource( 37 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue