forked from team-sg/hero-mark-2
more palettes
This commit is contained in:
parent
8b47d86acf
commit
40ad1c6fe8
35 changed files with 686 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=31 format=2]
|
||||
[gd_scene load_steps=46 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]
|
||||
|
@ -21,6 +21,21 @@
|
|||
[ext_resource path="res://graphics/player/palettes/elaine.tex" type="Texture" id=19]
|
||||
[ext_resource path="res://graphics/player/palettes/mibibli.tex" type="Texture" id=20]
|
||||
[ext_resource path="res://graphics/player/palettes/crocodibli.tex" type="Texture" id=21]
|
||||
[ext_resource path="res://graphics/player/palettes/ice_mountain.tex" type="Texture" id=22]
|
||||
[ext_resource path="res://graphics/player/palettes/wavebird.tex" type="Texture" id=23]
|
||||
[ext_resource path="res://graphics/player/palettes/sms.tex" type="Texture" id=24]
|
||||
[ext_resource path="res://graphics/player/palettes/telstar.tex" type="Texture" id=25]
|
||||
[ext_resource path="res://graphics/player/palettes/protector.tex" type="Texture" id=26]
|
||||
[ext_resource path="res://graphics/player/palettes/cyber_city.tex" type="Texture" id=27]
|
||||
[ext_resource path="res://graphics/player/palettes/cave_dweller.tex" type="Texture" id=28]
|
||||
[ext_resource path="res://graphics/player/palettes/doggy.tex" type="Texture" id=29]
|
||||
[ext_resource path="res://graphics/player/palettes/gayboy.tex" type="Texture" id=30]
|
||||
[ext_resource path="res://graphics/player/palettes/bnw.tex" type="Texture" id=31]
|
||||
[ext_resource path="res://graphics/player/palettes/marza.tex" type="Texture" id=32]
|
||||
[ext_resource path="res://graphics/player/palettes/unknown_friend.tex" type="Texture" id=33]
|
||||
[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]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -36,7 +51,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( 16 )
|
||||
shader_param/palette = ExtResource( 18 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 10 )
|
||||
|
@ -81,8 +96,8 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 2 )
|
||||
script = ExtResource( 3 )
|
||||
titles = [ "Default", "Lasertag", "Ms. X", "Strawberry", "Trans Pride", "Redshift", "new", "Elaine", "May Gaman", "Albert", "Superman" ]
|
||||
palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 7 ), ExtResource( 14 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 16 ) ]
|
||||
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 ) ]
|
||||
previous_screen = ExtResource( 15 )
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
|
@ -103,7 +118,7 @@ anchor_right = 1.0
|
|||
margin_top = 24.0
|
||||
margin_bottom = 40.0
|
||||
custom_fonts/font = ExtResource( 5 )
|
||||
text = "Heroes from other universes may
|
||||
text = "Heroes from other timelines may
|
||||
aid in your journey, many are
|
||||
waiting to help save the future."
|
||||
align = 1
|
||||
|
@ -140,6 +155,7 @@ material = SubResource( 2 )
|
|||
position = Vector2( 128, 128 )
|
||||
scale = Vector2( 3, 3 )
|
||||
frames = SubResource( 9 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue