made some changes :)
This commit is contained in:
parent
4cc10fae6e
commit
bc5f2606a0
12 changed files with 92 additions and 49 deletions
|
@ -1,9 +1,11 @@
|
|||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://maps/leveldata/level_info.gd" type="Script" id=1]
|
||||
[ext_resource path="res://maps/map01.tscn" type="PackedScene" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
level_title = "Level 1"
|
||||
shard_title = [ "Climb the big vine", "Next to the lone tree", "Slime's Treasure", "The snake pit", "5 Rainbow Stars", "All Shards + Beat 0:00", "Beat 000000 score", "Collect Everything", "Beat without dying", "No turning platforms" ]
|
||||
level_number = 1
|
||||
shard_title = [ "Climb the big vine", "Next to the lone tree", "Slime's Treasure", "The snake pit", "5 Rainbow Stars", "Collection bonus", "Time bonus", "Life bonus", "Beat without dying", "No turning platforms" ]
|
||||
level_number = 0
|
||||
scene = ExtResource( 2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue