Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nono Kros
Q. W. E. R. T.
Commits
f6a16247
Commit
f6a16247
authored
Feb 22, 2020
by
Nono Kros
🎮
Browse files
Basic structure added.
parent
73c6cc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.lua
View file @
f6a16247
function
love
.
draw
()
love
.
graphics
.
print
(
"Hello World!"
,
400
,
300
)
end
function
love
.
draw
()
love
.
graphics
.
print
(
"Hello World!"
,
400
,
300
)
end
function
love
.
load
()
end
function
love
.
keypressed
(
key
,
scancode
,
isrepeat
)
end
function
love
.
update
(
dt
)
end
function
love
.
draw
()
end
function
love
.
quit
()
end
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment