Files
Arcturus-Morningstar-Extended/Emulator
duckietm 56161d36b5 🆙 Added Rebug football
-- Rebug Football Physics
-- To use rebug football physics on a ball, set its interaction_type to 'rebug_football'.
-- The default 'football' interaction uses the standard physics.
--
-- Example: Change all footballs to use rebug physics:
-- UPDATE items_base SET interaction_type = 'rebug_football' WHERE interaction_type = 'football';
--
-- Example: Change a specific ball item to use rebug physics:
-- UPDATE items_base SET interaction_type = 'rebug_football' WHERE id = <item_base_id>;
--
-- To revert back to default physics:
-- UPDATE items_base SET interaction_type = 'football' WHERE interaction_type = 'rebug_football';
2026-03-16 11:25:59 +01:00
..
2024-03-13 11:28:48 +01:00
2024-03-28 19:52:31 +01:00
2026-03-16 11:25:59 +01:00
2026-02-03 11:50:33 +01:00