Move all .tscn and .gd files into scenes/ directory

This commit is contained in:
Sebastian Morr 2020-10-26 19:15:47 +01:00
parent c330524f8e
commit 61304803bc
38 changed files with 88 additions and 77 deletions

7
scenes/level_repo.gd Normal file
View file

@ -0,0 +1,7 @@
extends Node
class_name LevelRepo
var slug
var path
var setup_commands = ""
var win_commands = ""