black & white
This commit is contained in:
parent
45de661aa3
commit
aded502360
3 changed files with 6 additions and 3 deletions
BIN
graphics/player/palettes/blanc.tex
Normal file
BIN
graphics/player/palettes/blanc.tex
Normal file
Binary file not shown.
BIN
graphics/player/palettes/noir.tex
Normal file
BIN
graphics/player/palettes/noir.tex
Normal file
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=51 format=2]
|
||||
[gd_scene load_steps=53 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]
|
||||
|
@ -40,6 +40,8 @@
|
|||
[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/lucas.tex" type="Texture" id=40]
|
||||
[ext_resource path="res://graphics/player/palettes/blanc.tex" type="Texture" id=41]
|
||||
[ext_resource path="res://graphics/player/palettes/noir.tex" type="Texture" id=42]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -103,8 +105,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", "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 ) ]
|
||||
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", "Blanc", "Noir", "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( 41 ), ExtResource( 42 ), ExtResource( 36 ) ]
|
||||
previous_screen = ExtResource( 15 )
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
|
@ -162,6 +164,7 @@ material = SubResource( 2 )
|
|||
position = Vector2( 128, 128 )
|
||||
scale = Vector2( 3, 3 )
|
||||
frames = SubResource( 9 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Sparkles" type="CPUParticles2D" parent="SG"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue