mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Add LevelRepo class - I forgot :P
This commit is contained in:
parent
8198921b1a
commit
e1fee5e4f0
1 changed files with 7 additions and 0 deletions
7
level_repo.gd
Normal file
7
level_repo.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends Node
|
||||
class_name LevelRepo
|
||||
|
||||
var slug
|
||||
var path
|
||||
var setup_commands = ""
|
||||
var win_commands = ""
|
Loading…
Reference in a new issue