feature/templating-level (#74)
Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com> Reviewed-on: Athena/game-source#74 Co-authored-by: darknight <vaillant.jeremy@dev-crea.com> Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
extends Control
|
||||
|
||||
export (PackedScene) var template = load("res://scenes/levels/Template.tscn")
|
||||
export (PackedScene) var template = load("res://scenes/levels/parts/Template.tscn")
|
||||
|
||||
onready var mlevel = load("res://db/MLevel.gd")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user