Allow splitting win conditions in multiple parts

This commit is contained in:
blinry 2020-12-22 12:13:40 +01:00
parent 04e48a8bf2
commit 9cfbd9ff96
3 changed files with 25 additions and 19 deletions

View file

@ -4,4 +4,4 @@ class_name LevelRepo
var slug
var path
var setup_commands = ""
var win_commands = ""
var win_conditions = {}