summaryrefslogtreecommitdiffhomepage
path: root/dragon/grid.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dragon/grid.rb')
-rw-r--r--dragon/grid.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/dragon/grid.rb b/dragon/grid.rb
index dd36df7..2cfa04e 100644
--- a/dragon/grid.rb
+++ b/dragon/grid.rb
@@ -213,5 +213,13 @@ module GTK
def bottom_right
[@right, @bottom].point
end
+
+ def x
+ 0
+ end
+
+ def y
+ 0
+ end
end
end