diff --git a/autoloads/border.tscn b/autoloads/border.tscn index 4fc05ad..f81f2fa 100644 --- a/autoloads/border.tscn +++ b/autoloads/border.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=8 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] @@ -6,13 +6,14 @@ [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] [node name="Border" type="TextureRect"] anchor_right = 1.0 anchor_bottom = 1.0 -texture = ExtResource( 4 ) +texture = ExtResource( 7 ) expand = true stretch_mode = 7 script = ExtResource( 1 ) -borders = [ ExtResource( 3 ), ExtResource( 4 ), ExtResource( 2 ), ExtResource( 6 ), ExtResource( 5 ) ] +borders = [ ExtResource( 7 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 2 ), ExtResource( 6 ), ExtResource( 5 ) ] names = [ "Trans Rights", "Got Shards?", "Infiltration", "Here Come The Gays", "Fuck The Binary" ] diff --git a/graphics/borders/revolution_border.png b/graphics/borders/revolution_border.png new file mode 100644 index 0000000..a16611f Binary files /dev/null and b/graphics/borders/revolution_border.png differ diff --git a/graphics/borders/revolution_border.png.import b/graphics/borders/revolution_border.png.import new file mode 100644 index 0000000..fe9b5b4 --- /dev/null +++ b/graphics/borders/revolution_border.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/revolution_border.png-26cfcbd3fd4a8ff51b1e7e479b7e793b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/borders/revolution_border.png" +dest_files=[ "res://.import/revolution_border.png-26cfcbd3fd4a8ff51b1e7e479b7e793b.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0