generated from ereborstudios/smaug_project_template
7 lines
233 B
7 lines
233 B
require 'smaug.rb'
|
|
|
|
def tick args
|
|
args.outputs.labels << [640, 500, 'Pregnant-Paraoxon', 5, 1]
|
|
args.outputs.labels << [640, 460, 'A new Smaug project', 5, 1]
|
|
args.outputs.sprites << [576, 280, 128, 101, 'dragonruby.png']
|
|
end
|
|
|