1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-18 13:55:05 +00:00

sync with icculus repo

This commit is contained in:
fgenesis 2011-11-20 15:44:17 +01:00
parent 3b39173397
commit e64fb75f84
48 changed files with 21570 additions and 521 deletions

View file

@ -28,6 +28,7 @@ v.savedOrb = false
function init(me)
setupEntity(me, "OrbHolder", -2)
entity_setActivationType(me, AT_NONE)
entity_setAllDamageTargets(me, false)
end
function update(me, dt)