Glue3D Wiki:Sandbox: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
<scratchblocks>
<pre class="blocks">
when green flag clicked
include_physics()
set_factors(9.8, 1, 0.4, 0)
hitbox(20, 40, 20)
 
forever
forever
move (10) steps
add_force("y", -0.1)
physics_tick()
end
end
</scratchblocks>
</pre>

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