mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 14:52:35 +00:00
Stubbed Connection, added #next_entity_id to Player, made Director store and pass to Player the current_tick
This commit is contained in:
@@ -26,5 +26,6 @@ require_relative "lib/entity"
|
||||
require_relative "lib/order"
|
||||
require_relative "lib/director"
|
||||
require_relative "lib/player"
|
||||
require_relative "lib/connection"
|
||||
|
||||
IMICRTS::Window.new(width: Gosu.screen_width / 4 * 3, height: Gosu.screen_height / 4 * 3, fullscreen: false, resizable: true).show
|
||||
Reference in New Issue
Block a user