new borders
This commit is contained in:
parent
4ad406c44c
commit
69767c6ffb
15 changed files with 188 additions and 7 deletions
|
@ -1,12 +1,18 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://autoloads/border.gd" type="Script" id=1]
|
||||
[ext_resource path="res://graphics/borders/gale_sg_border.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/borders/mosaic.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/borders/prideborder.png" type="Texture" id=3]
|
||||
[ext_resource path="res://graphics/borders/bodhi_sg_border.png" type="Texture" id=4]
|
||||
[ext_resource path="res://graphics/borders/enby_border.png" type="Texture" id=5]
|
||||
[ext_resource path="res://graphics/borders/the_gays_border.png" type="Texture" id=6]
|
||||
[ext_resource path="res://graphics/borders/revolution_border.png" type="Texture" id=7]
|
||||
[ext_resource path="res://graphics/borders/black_bars.png" type="Texture" id=8]
|
||||
[ext_resource path="res://graphics/borders/skaborder.png" type="Texture" id=9]
|
||||
[ext_resource path="res://graphics/borders/infiltration.png" type="Texture" id=10]
|
||||
[ext_resource path="res://graphics/borders/copper.png" type="Texture" id=11]
|
||||
[ext_resource path="res://graphics/borders/endless_revolution.png" type="Texture" id=12]
|
||||
[ext_resource path="res://graphics/borders/static.png" type="Texture" id=13]
|
||||
|
||||
[node name="Border" type="TextureRect"]
|
||||
anchor_right = 1.0
|
||||
|
@ -15,5 +21,5 @@ texture = ExtResource( 7 )
|
|||
expand = true
|
||||
stretch_mode = 7
|
||||
script = ExtResource( 1 )
|
||||
borders = [ ExtResource( 7 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 2 ), ExtResource( 6 ), ExtResource( 5 ) ]
|
||||
names = [ "Change The Future", "Trans Rights", "Got Shards?", "Infiltration", "Here Come The Gays", "Fuck The Binary" ]
|
||||
borders = [ ExtResource( 8 ), ExtResource( 7 ), ExtResource( 10 ), ExtResource( 4 ), ExtResource( 3 ), ExtResource( 6 ), ExtResource( 5 ), ExtResource( 9 ), ExtResource( 2 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 13 ) ]
|
||||
names = [ "None", "Change The Future", "Infiltration", "Got Shards?", "Trans Rights", "Here Come The Gays", "Fuck The Binary", "It's Ska Time", "Mosaic", "Copper", "Endless Revolution", "Static" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue