Removed use of the clipboard gem since Gosu now supports this natively! Added :static option for Text to render text using Gosu::Image.from_text/markup which results in nicer looking text, improvements to EditLine to display the caret in the correct place (doesn't position properly if :text_static is true)

This commit is contained in:
2022-10-04 10:16:32 -05:00
parent 521b3937dd
commit 2e66509f87
6 changed files with 131 additions and 61 deletions

View File

@@ -8,7 +8,6 @@ end
require "json"
require "excon"
require "gosu_more_drawables"
require "clipboard"
require_relative "cyberarm_engine/version"
require_relative "cyberarm_engine/stats"