lucas!
This commit is contained in:
parent
f1168c099a
commit
243620528c
3 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -13,6 +13,7 @@ onready var sg: AnimatedSprite = $SG
|
|||
|
||||
|
||||
func _ready() -> void:
|
||||
menu_sounds.can_play = true
|
||||
assert(titles.size() == palettes.size(), "titles and palettes arrays are not same size")
|
||||
|
||||
if Save.current_file.is_super_player():
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
[ext_resource path="res://objects/hud/menu_sounds.tscn" type="PackedScene" id=37]
|
||||
[ext_resource path="res://scripts/randomize_particle_start.gd" type="Script" id=38]
|
||||
[ext_resource path="res://graphics/particles/shine.png" type="Texture" id=39]
|
||||
[ext_resource path="res://graphics/player/palettes/super_player.tex" type="Texture" id=40]
|
||||
[ext_resource path="res://graphics/player/palettes/lucas.tex" type="Texture" id=40]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -55,7 +55,7 @@ shader_param/uv_transform = Transform2D( 0.5, -0.5, 0.5, 1, 0, 0 )
|
|||
shader = ExtResource( 4 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = true
|
||||
shader_param/palette = ExtResource( 40 )
|
||||
shader_param/palette = ExtResource( 18 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 10 )
|
||||
|
@ -103,8 +103,8 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 2 )
|
||||
script = ExtResource( 3 )
|
||||
titles = [ "Default", "Lasertag", "Strawberry", "Ms. X", "Trans Pride", "SuperSonic", "Unknown Friend", "Marza", "Nightrunner", "Seegee", "Elaine", "May Gaman", "Albert", "Superman", "Redshift", "Cave Dweller", "wavebird", "ice mountain", "cyber city", "sms", "protector", "telstar", "Doggy!", "gayboy", "bnw", "Typhoon" ]
|
||||
palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 11 ), ExtResource( 17 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 33 ), ExtResource( 32 ), ExtResource( 35 ), ExtResource( 34 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 28 ), ExtResource( 23 ), ExtResource( 22 ), ExtResource( 27 ), ExtResource( 24 ), ExtResource( 26 ), ExtResource( 25 ), ExtResource( 29 ), ExtResource( 30 ), ExtResource( 31 ), ExtResource( 36 ) ]
|
||||
titles = [ "Default", "Lasertag", "Strawberry", "Ms. X", "Trans Pride", "SuperSonic", "Unknown Friend", "Marza", "Nightrunner", "Seegee", "Elaine", "May Gaman", "Albert", "Lucas", "Superman", "Redshift", "Cave Dweller", "wavebird", "ice mountain", "cyber city", "sms", "protector", "telstar", "Doggy!", "gayboy", "bnw", "Typhoon" ]
|
||||
palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 11 ), ExtResource( 17 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 33 ), ExtResource( 32 ), ExtResource( 35 ), ExtResource( 34 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 40 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 28 ), ExtResource( 23 ), ExtResource( 22 ), ExtResource( 27 ), ExtResource( 24 ), ExtResource( 26 ), ExtResource( 25 ), ExtResource( 29 ), ExtResource( 30 ), ExtResource( 31 ), ExtResource( 36 ) ]
|
||||
previous_screen = ExtResource( 15 )
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
|
@ -162,7 +162,6 @@ material = SubResource( 2 )
|
|||
position = Vector2( 128, 128 )
|
||||
scale = Vector2( 3, 3 )
|
||||
frames = SubResource( 9 )
|
||||
frame = 2
|
||||
playing = true
|
||||
|
||||
[node name="Sparkles" type="CPUParticles2D" parent="SG"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue