Glue3D Wiki:Sandbox: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<pre class="blocks">
<scratchblocks>
include_physics()
include_physics()
set_factors(9.8, 1, 0.4, 0)
set_factors(9.8, 1, 0.4, 0)
Line 8: Line 8:
physics_tick()
physics_tick()
end
end
</pre>
</scratchblocks>

Revision as of 10:07, 29 May 2026

include_physics()
set_factors(9.8, 1, 0.4, 0)
hitbox(20, 40, 20)

forever
add_force("y", -0.1)
physics_tick()
end