summaryrefslogtreecommitdiffhomepage
path: root/samples/99_genre_lowrez/resolution_64x64
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-12-16 19:22:26 -0500
committerGitHub <[email protected]>2021-12-16 19:22:26 -0500
commit5954b9beb4d4a3b4f248d72d1851195f030558a8 (patch)
treefecd8aa840a25afdb502915b0fdb4d03b7ed339a /samples/99_genre_lowrez/resolution_64x64
parent2f845281f133849256b57bb08fd3e9ae57600784 (diff)
parenteaa29e72939f5edf61735ccbb73c36ee89369f65 (diff)
downloaddragonruby-game-toolkit-contrib-master.tar.gz
dragonruby-game-toolkit-contrib-master.zip
Merge branch 'DragonRuby:master' into masterHEADmaster
Diffstat (limited to 'samples/99_genre_lowrez/resolution_64x64')
-rw-r--r--samples/99_genre_lowrez/resolution_64x64/app/main.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/99_genre_lowrez/resolution_64x64/app/main.rb b/samples/99_genre_lowrez/resolution_64x64/app/main.rb
index a30d75a..4b1614d 100644
--- a/samples/99_genre_lowrez/resolution_64x64/app/main.rb
+++ b/samples/99_genre_lowrez/resolution_64x64/app/main.rb
@@ -560,7 +560,7 @@ def render_debug args
g: 128,
b: 128,
a: 80
- }.line
+ }.line!
args.outputs.static_debug << {
x: LOWREZ_X_OFFSET + (i * 10),
@@ -571,7 +571,7 @@ def render_debug args
g: 128,
b: 128,
a: 80
- }.line
+ }.line!
end
end
@@ -598,7 +598,7 @@ def render_debug args
y: 720 - (i * 20),
text: text,
size_enum: -1.5
- }.label
+ }.label!
end
args.outputs.debug << {
@@ -607,7 +607,7 @@ def render_debug args
text: "INFO: dev mode is currently enabled. Comment out the invocation of ~render_debug~ within the ~tick~ method to hide the debug layer.",
size_enum: -0.5,
alignment_enum: 1
- }.label
+ }.label!
end
$gtk.reset