oh-my-git/scenes/level_repo.gd

9 lines
126 B
GDScript3
Raw Normal View History

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