new release

This commit is contained in:
Page Asgardius 2023-09-09 13:16:53 -07:00
parent 8c773e4a6e
commit a7d5c69c7c
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./The Red Robot Radio.apk"
export_path="./The Red Robot Radio.aab"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -18,8 +18,8 @@ encrypt_directory=false
custom_template/debug=""
custom_template/release=""
gradle_build/use_gradle_build=false
gradle_build/export_format=0
gradle_build/use_gradle_build=true
gradle_build/export_format=1
gradle_build/min_sdk=""
gradle_build/target_sdk=""
architectures/armeabi-v7a=true
@ -210,7 +210,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./The Red Robot Radio.x86_64"
export_path="linux x86_64/The Red Robot Radio.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false

View file

@ -42,5 +42,4 @@ func _process(delta):
#if Input.get_joy_axis(0,JOY_AXIS_LEFT_Y) != 0:
# velocity = Vector2.UP.rotated(rotation) * -400 * Input.get_joy_axis(0,JOY_AXIS_LEFT_Y)
position += velocity * delta
print(position)
#pass

View file

@ -23,6 +23,7 @@ Global="*res://global.gd"
window/size/viewport_width=1280
window/size/viewport_height=720
window/size/mode=3
window/stretch/mode="viewport"
[rendering]