NES classic lock

This commit is contained in:
Ishaan Bhardwaj
2021-02-11 15:58:35 -05:00
parent db652bfa08
commit 80c9236d3c
2 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ function MarathonC89Game:new()
self.enable_hold = false
self.next_queue_length = 1
self.additive_gravity = false
self.classic_lock = true
self.irs = false
end