diff options
| author | ne_mene <[email protected]> | 2026-03-30 00:58:19 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-30 00:58:19 +0200 |
| commit | 227bcba36ebc1f12cfd0c21c62216177e63e9424 (patch) | |
| tree | d2fb3a5bae670e0d3d4094b52b4895089a33f644 /src | |
| parent | 28d32b8f495c15b75bc0f84a2895e188b2a3d2d7 (diff) | |
removed test player partices
Diffstat (limited to 'src')
| -rw-r--r-- | src/objs/player.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua index 0a90fc1..2595304 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -99,28 +99,7 @@ end function new_player(x, y) local ent = new_entity() - add_comp(ent, "Player") - add_comp(ent, "Speck_System") - -- ent.speck_sys.interval = 0.05 - -- - -- ent.speck_sys.spawn_amount_max = 10 - -- - -- ent.speck_sys.lifetime_max = 0.6 - -- ent.speck_sys.lifetime_min = 0.3 - -- - -- ent.speck_sys.initial_velx = 100 - -- ent.speck_sys.initial_vely = 0 - -- ent.speck_sys.spread = 360 - -- - -- ent.speck_sys.forcey = 1000 - -- ent.speck_sys.bounce = true - -- - -- ent.speck_sys.spawn_shape = "Rectangle" - -- ent.speck_sys.spawn_width = 100 - -- ent.speck_sys.spawn_height = 100 - - ent.speck_sys = load_speck_sys("test.speck.lua") add_comp(ent, "Body", x, y, 8, 14, { offsetx = -4, |
