Fixes for Battle Arena

This commit is contained in:
Maruno17
2021-05-04 21:30:26 +01:00
parent 3d88b85f56
commit 6efca2f9a8
5 changed files with 113 additions and 105 deletions

View File

@@ -74,6 +74,10 @@ class Window
attr_reader :openness
attr_reader :stretch
def inspect
return self.to_s.chop + ">"
end
def windowskin
@_windowskin
end