diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..c2f2c61 Binary files /dev/null and b/icon.ico differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..14cd4f9 Binary files /dev/null and b/icon.png differ diff --git a/icon.png.import b/icon.png.import new file mode 100644 index 0000000..31b8cb5 --- /dev/null +++ b/icon.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du8cs7ink5ysu" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/index.tscn b/index.tscn index 37e4250..d09f96c 100644 --- a/index.tscn +++ b/index.tscn @@ -12,11 +12,15 @@ var forest = preload(\"res://levels/forest/level.tscn\") var night = preload(\"res://levels/night/level.tscn\") func _ready() -> void: + var os_name = OS.get_name() + if os_name == \"Web\": ## we can't quit the game on web + $PauseMenu/VBoxContainer/Btn_Quit.hide() + $VictoryScreen.hide() $Informations.hide() $PauseMenu.hide() ## Add the version of the game and the name of the OS to the footer of the start menu - $StartMenu/VBoxContainer/MarginContainer2/Notice.text += \" - build \" + ProjectSettings.get_setting(\"application/config/version\") + \" (\" + OS.get_name() + \")\" + $StartMenu/VBoxContainer/MarginContainer2/Notice.text += \" - build \" + ProjectSettings.get_setting(\"application/config/version\") + \" (\" + os_name + \")\" func start_level(level_scene: PackedScene) -> void: $VictoryScreen.hide() diff --git a/project.godot b/project.godot index f5a1c70..ba95dec 100644 --- a/project.godot +++ b/project.godot @@ -12,12 +12,14 @@ config_version=5 config/name="DreamBall" config/description="I'm Taevas, and this is \"DreamBall\", my entry for the 21st edition of \"Alakajam!\", a gamejam that lasts for 48 hours and starts on 2025-02-21 19:00UTC -https://alakajam.com/21st-alakajam" -config/version="20250223.0" +https://alakajam.com/21st-alakajam +https://kitsunes.dev/Taevas/AlakajamEntry" +config/version="20250223.2" run/main_scene="res://index.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") boot_splash/show_image=false -config/icon="res://icon.svg" +config/icon="res://icon.png" +config/windows_native_icon="res://icon.ico" [audio]