mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Bounding boxes are now drawn using Vertex arrays
This commit is contained in:
@@ -45,7 +45,6 @@ class MultiLineText
|
||||
|
||||
def y=(int)
|
||||
@y = int
|
||||
puts "Hi, #{int}"
|
||||
@texts.each_with_index {|t, i| t.y=int+(i*t.size)}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user