First full commit version. Original Files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
#$"/root/Global".Level = 1
|
||||
$"/root/Global".StarTotal = 0
|
||||
@@ -0,0 +1 @@
|
||||
uid://dl5d0r842nyjm
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
$"/root/Global".Level = 2
|
||||
|
||||
#print(str("Level ",$"/root/Global".Level))
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://dmyvdsj8qsmtr
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
$"/root/Global".Level = 3
|
||||
|
||||
#print(str("Level ",$"/root/Global".Level))
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://ltpasjrobjcn
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
$"/root/Global".Level = 4
|
||||
|
||||
#print(str("Level ",$"/root/Global".Level))
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://dwkka1mcoggks
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
$"/root/Global".Level = 5
|
||||
|
||||
#print(str("Level ",$"/root/Global".Level))
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://cen5uhn7eax8r
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user