oh-my-git/scenes/level_repo.gd
2020-12-22 17:04:01 +01:00

9 lines
126 B
GDScript

extends Node
class_name LevelRepo
var slug
var path
var setup_commands = ""
var action_commands = ""
var win_conditions = {}