oh-my-git/scenes/level_repo.gd

9 lines
126 B
GDScript3
Raw Normal View History

2020-10-01 13:24:47 +03:00
extends Node
class_name LevelRepo
var slug
var path
var setup_commands = ""
2020-12-22 19:04:01 +03:00
var action_commands = ""
var win_conditions = {}