rt: Remove guisupport when making a test game.

This commit is contained in:
Tom Rothamel
2023-11-16 22:28:11 -05:00
parent a3986b6d23
commit c916fe311f
+2
View File
@@ -102,6 +102,8 @@ def new_command(args):
(p / "project.json").unlink()
(p / "game" / "guisupport.rpy").unlink()
(p / "game" / "guisupport.rpyc").unlink()
select(p)
edit_command(None)