Viewing profile - EnbyAdams

User avatar
Prole
Username:
EnbyAdams
Groups:

Contact EnbyAdams

User statistics

Joined:
Mon Jun 10, 2019 7:53 pm
Last active:
Thu Jun 13, 2019 1:32 am
Total posts:
1 | Search user’s posts
(0.00% of all posts / 0.00 posts per day)
Most active forum:
Support and Development
(1 Post / 100.00% of user’s posts)
Most active topic:
Detect collisions for STI with bump by layer id
(1 Post / 100.00% of user’s posts)

Signature

Code: Select all

local code = "broken"
function love.update(dt)
	if code == "broken" then
		print("god is dead")
	elseif code ~= "broken"
		print("lmao as if that'll happen, it's def still broken")
	end
end