Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit df8202f

Browse files
author
richi
committed
increased version to 0.9.2.
1 parent e7c39f1 commit df8202f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run/main_scene="res://Main.tscn"
1919
boot_splash/image="res://splash.png"
2020
config/icon="res://icon.png"
2121
config/windows_native_icon="res://icon.ico"
22-
config/version="0.9.1"
22+
config/version="0.9.2"
2323

2424
[autoload]
2525

src/GDScriptAudioImport.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
extends Node
3030

31-
const ENABLE_PRINT = true
31+
const ENABLE_PRINT = false
3232

3333
func loadfile(filepath, _loop = false):
3434
var file = File.new()

0 commit comments

Comments
 (0)