Updated release number, fixed randomization for Unity export (#104)

This commit is contained in:
RodZill4 2020-04-17 08:47:23 +02:00
parent bd868d8a55
commit 86893d32ef
2 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,7 @@ boot_splash/fullsize=false
boot_splash/bg_color=Color( 0.0901961, 0.0941176, 0.141176, 1 )
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
config/release="0.9"
config/release="0.92"
[autoload]

View File

@ -5,6 +5,7 @@ var loader = null
onready var progress_bar = $VBoxContainer/ProgressBar
func _ready():
randomize()
set_process(false)
var path : String
if Directory.new().file_exists("res://material_maker/main_window.tscn"):