Fix typo in game.gp when building test zone (#1695)

This commit is contained in:
ManDude
2022-07-22 10:03:55 +01:00
committed by GitHub
parent acd2ac20f4
commit bb76fc442c
+1 -1
View File
@@ -1617,7 +1617,7 @@
;; it should point to the .jsonc file that specifies the level.
(build-custom-level "test-zone")
;; the DGO file
(custom-level-cgo "TESTZONE.DGO" "test-zone/testzone.gd")
(custom-level-cgo "TSZ.DGO" "test-zone/testzone.gd")
;;;;;;;;;;;;;;;;;;;;;
;; Game Engine Code