change level order
This commit is contained in:
parent
8a4fbf1060
commit
41cc6f7287
2 changed files with 7 additions and 3 deletions
|
@ -3,11 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b7344wqpbd3tq"
|
||||
valid=false
|
||||
path="res://.godot/imported/concept-map.png-626c8b30741b12f6f93c376ce38dd12b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://concept-map.png"
|
||||
dest_files=["res://.godot/imported/concept-map.png-626c8b30741b12f6f93c376ce38dd12b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
4
main.gd
4
main.gd
|
@ -27,11 +27,11 @@ var levels: Array[PackedScene] = [
|
|||
preload("res://level/diagonal_bounce_00.tscn"),
|
||||
preload("res://level/ball_bounce_00.tscn"),
|
||||
preload("res://level/timing_00.tscn"),
|
||||
preload("res://level/lvel_cancelling_00.tscn"),
|
||||
preload("res://level/level_04.tscn"),
|
||||
preload("res://level/squeeze_00.tscn"),
|
||||
preload("res://level/squeeze_01.tscn"),
|
||||
preload("res://level/level_03.tscn"),
|
||||
preload("res://level/level_04.tscn"),
|
||||
preload("res://level/lvel_cancelling_00.tscn"),
|
||||
]
|
||||
|
||||
var time := 0
|
||||
|
|
Loading…
Reference in a new issue