mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-27 20:29:22 +02:00
Move all .tscn and .gd files into scenes/ directory
This commit is contained in:
parent
c330524f8e
commit
61304803bc
38 changed files with 88 additions and 77 deletions
scenes
7
scenes/level_repo.gd
Normal file
7
scenes/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…
Add table
Add a link
Reference in a new issue