This website requires JavaScript.
Explore
Help
Sign In
git-learning-game
/
oh-my-git
Watch
1
Star
1
Fork
0
You've already forked oh-my-git
mirror of
https://github.com/git-learning-game/oh-my-git.git
synced
2024-11-29 21:45:09 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d8d48c245e
oh-my-git
/
scenes
/
level_repo.gd
8 lines
101 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Add LevelRepo class - I forgot :P
2020-10-01 13:24:47 +03:00
extends
Node
class_name
LevelRepo
var
slug
var
path
var
setup_commands
=
"
"
Allow splitting win conditions in multiple parts
2020-12-22 14:13:40 +03:00
var
win_conditions
=
{
}
Reference in New Issue
Copy Permalink