Skip to content

Commit

Permalink
Upgraded to RC 6 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Telmo Valverde <[email protected]>
  • Loading branch information
telmotrooper and telmotrooper authored Feb 27, 2023
1 parent 827acf4 commit 478c3b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: firebelley/[email protected]
with:
use_godot_4: true
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc5/Godot_v4.0-rc5_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc5/Godot_v4.0-rc5_export_templates.tpz
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_export_templates.tpz
relative_project_path: ./
archive_output: true

Expand Down
2 changes: 0 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/architecture="x86_64"
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
Expand Down Expand Up @@ -67,7 +66,6 @@ texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/architecture="x86_64"
codesign/enable=false
codesign/identity_type=0
Expand Down
2 changes: 1 addition & 1 deletion ui/title_screen.gd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func _ready() -> void:

GameState.play_music(menu_music)
var version = Engine.get_version_info()
%VersionLabel.text = "DEMO RELEASE – GODOT %d.%d.%d RC 5" % [version.major, version.minor, version.patch]
%VersionLabel.text = "DEMO RELEASE – GODOT %d.%d.%d RC 6" % [version.major, version.minor, version.patch]

%Settings.hide()

Expand Down

0 comments on commit 478c3b2

Please sign in to comment.