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
BIN
maps/global_palette.png
Normal file
BIN
maps/global_palette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
35
maps/global_palette.png.import
Normal file
35
maps/global_palette.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/global_palette.png-5912e6b1a36410a858c7b9382fbf9c96.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://maps/global_palette.png"
|
||||
dest_files=[ "res://.import/global_palette.png-5912e6b1a36410a858c7b9382fbf9c96.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -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