This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
InfinitShoot/game/config.lua

4 lines
115 B
Lua
Raw Normal View History

2022-07-31 22:33:30 +08:00
WindowWidth = 1024
WindowHeight = 720
2022-08-06 02:59:53 +08:00
Title = "InfiniteShoot - VisualGMQ For 1MGames v1.0.0"
2022-07-31 22:33:30 +08:00
EntryFile = "main.lua"