Viewing profile - giantofbabil

User avatar
Prole
Username:
giantofbabil
Groups:

Contact giantofbabil

User statistics

Joined:
Tue Dec 15, 2015 6:07 pm
Last active:
Thu Jan 28, 2016 11:20 pm
Total posts:
32 | Search user’s posts
(0.02% of all posts / 0.01 posts per day)
Most active forum:
Support and Development
(17 Posts / 53.12% of user’s posts)
Most active topic:
[SOLVED] Help with STI movement implementation
(4 Posts / 12.50% of user’s posts)

Signature

Code: Select all

if enemy == lowerClassSaiyan and powerLevel > 9000 then
    love.graphics.print("What?! 9000?! There's no way that could be right!", 10, 200)
else
    love.graphics.print("You fool!", 10, 200)
end