Viewing profile - DiegoG

User avatar
Prole
Username:
DiegoG
Age:
23
Groups:
Interests:
Gaming, Game developing, and other game related stuff
Occupation:
High School Student; Hobbyist (For now) programmer
Location:
Venezuela

Contact DiegoG

User statistics

Joined:
Sat Apr 29, 2017 2:43 am
Last active:
Wed Dec 09, 2020 7:57 am
Total posts:
20 | Search user’s posts
(0.01% of all posts / 0.01 posts per day)
Most active forum:
General
(13 Posts / 65.00% of user’s posts)
Most active topic:
Unable to play videos on LÖVE
(5 Posts / 25.00% of user’s posts)

Signature

function earth:destroy()
00count=5000
00while count>0 do
0000lg.draw(explosion,math.random(0,600),math.random(0,800))
0000count=count-1
00end
00earth = nil
00print("Earth has been destroyed.")
end