mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Bump version to v0.9-rc3
This commit is contained in:
parent
0b297e3f7e
commit
3d0d0b0335
|
@ -149,7 +149,7 @@ boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )
|
|||
config/icon="res://assets/graphics/icons/icon.png"
|
||||
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
|
||||
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
|
||||
config/Version="v0.9-rc2"
|
||||
config/Version="v0.9-rc3"
|
||||
|
||||
[audio]
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
extends WindowDialog
|
||||
|
||||
|
||||
enum License {PIXELORAMA, GODOT, FREETYPE, GODOT_GDGIFEXPORTER}
|
||||
|
||||
const LICENSES := [
|
||||
"""MIT License
|
||||
|
||||
|
|
Loading…
Reference in a new issue