freedom of the leg
This commit is contained in:
parent
11531397a8
commit
9914542ffe
12 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=29 format=2]
|
||||
[gd_scene load_steps=31 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]
|
||||
|
@ -19,6 +19,8 @@
|
|||
[ext_resource path="res://graphics/player/palettes/msx.tex" type="Texture" id=17]
|
||||
[ext_resource path="res://graphics/player/palettes/default.tex" type="Texture" id=18]
|
||||
[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]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -34,7 +36,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( 19 )
|
||||
shader_param/palette = ExtResource( 13 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 10 )
|
||||
|
@ -79,8 +81,8 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 2 )
|
||||
script = ExtResource( 3 )
|
||||
titles = [ "Default", "Lasertag", "Ms. X", "Strawberry", "Trans Pride", "Cosmological Redshift", "Gravitational Redshift", "new", "Elaine" ]
|
||||
palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 14 ), ExtResource( 19 ) ]
|
||||
titles = [ "Default", "Lasertag", "Ms. X", "Strawberry", "Trans Pride", "Cosmological Redshift", "Gravitational Redshift", "new", "Elaine", "May Gaman", "Albert" ]
|
||||
palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 14 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 21 ) ]
|
||||
previous_screen = ExtResource( 15 )
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
|
@ -138,6 +140,7 @@ material = SubResource( 2 )
|
|||
position = Vector2( 128, 128 )
|
||||
scale = Vector2( 3, 3 )
|
||||
frames = SubResource( 9 )
|
||||
frame = 3
|
||||
playing = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue