test release

This commit is contained in:
Page Asgardius 2024-08-04 10:39:05 -07:00
parent 192371e4f7
commit ceed12c320
4 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,2 +1,5 @@
# Godot 4+ specific ignores
.godot/
The Red Robot Radio.arm64
The Red Robot Radio.pck
The Red Robot Radio.x86_64

View file

@ -19,7 +19,7 @@ encrypt_directory=false
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=true
binary_format/embed_pck=false
texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false

View file

@ -13,7 +13,7 @@ var firstrun
var musictracks = ["res://music/x-force.wav", "res://music/alien-bulls.wav", "res://music/eternity.wav", "res://music/truth.wav", "res://music/broken.wav", "res://music/maran.wav", "res://music/orion.wav", "res://music/rose.wav", "res://music/oskars.wav", "res://music/rock.wav", "res://music/yes-i-see.wav", "res://music/tekilla.wav", "res://music/sweetest-sin.wav"]
var sfxtracks = ["res://sfx/title.wav", "res://sfx/crash.ogg", "res://sfx/complete.ogg"]
var debug = false
var release = "R0.1.3-beta"
var release = "R0.1.4-beta"
var sk = false
var xm = 0
var ym = 0

View file

@ -478,9 +478,9 @@ Matrix Chat
You are free to distribute this game and make modifications, but remember sharing your modifications with source code
You are free to create guides, but i suggest avoiding cheat codes
You can reuse assets for non-commercial purposes only
You can reuse assets for non-commercial purposes only"
Be kind and have a happy unfunaversary"
horizontal_alignment = 1
script = ExtResource("6_3q8sp")