oh-my-git/scenes/level_repo.gd

8 lines
101 B
GDScript

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