forked from team-sg/hero-mark-2
more menu stuf
This commit is contained in:
parent
a5f4c34236
commit
4e92501432
12 changed files with 203 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=2]
|
||||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://tilesets/t_gui.tres" type="TileSet" id=2]
|
||||
|
@ -9,6 +9,18 @@
|
|||
[ext_resource path="res://maps/level_select.gd" type="Script" id=7]
|
||||
[ext_resource path="res://graphics/collectibles/shard.png" type="Texture" id=8]
|
||||
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=9]
|
||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=10]
|
||||
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=11]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 11 )
|
||||
shader_param/color_1 = Color( 0.121569, 0.454902, 1, 1 )
|
||||
shader_param/color_2 = Color( 0.258824, 0.909804, 0.396078, 1 )
|
||||
shader_param/checker_size = Vector2( 8, 8 )
|
||||
shader_param/pan_speed = Vector2( 0, 0 )
|
||||
shader_param/cycle_speed = Vector2( 11, 1 )
|
||||
shader_param/cycle_alternation = Vector2( 1, 1 )
|
||||
shader_param/uv_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 3 )
|
||||
|
@ -19,9 +31,9 @@ shader_param/border_corners = false
|
|||
script = ExtResource( 7 )
|
||||
|
||||
[node name="BackGround" type="ColorRect" parent="."]
|
||||
material = SubResource( 3 )
|
||||
margin_right = 256.0
|
||||
margin_bottom = 192.0
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[node name="ColorRect2" type="ColorRect" parent="."]
|
||||
margin_left = 43.0
|
||||
|
@ -86,6 +98,7 @@ text = "AAAAAAAAAAAAAAAAAAAAAAAA"
|
|||
align = 1
|
||||
|
||||
[node name="EasyModeText" type="Label" parent="."]
|
||||
material = ExtResource( 10 )
|
||||
margin_top = 3.0
|
||||
margin_right = 256.0
|
||||
margin_bottom = 13.0
|
||||
|
@ -94,6 +107,7 @@ text = "easy is off press c to change this"
|
|||
align = 1
|
||||
|
||||
[node name="LivesModeText" type="Label" parent="."]
|
||||
material = ExtResource( 10 )
|
||||
margin_left = 2.0
|
||||
margin_top = 180.0
|
||||
margin_right = 258.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue