mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Fix constant flag waving speed
This commit is contained in:
parent
adcfdafbec
commit
2a002a736a
1 changed files with 0 additions and 3 deletions
3
init.lua
3
init.lua
|
@ -195,9 +195,6 @@ minetest.register_entity( "pride_flags:wavingflag", {
|
|||
local anim_speed
|
||||
local wave_sound
|
||||
|
||||
cur_wind = math.random(0, 50)
|
||||
cur_wind = 30
|
||||
|
||||
if cur_wind < 10 then
|
||||
anim_speed = 10 -- 2 cycle
|
||||
wave_sound = "pride_flags_flagwave1"
|
||||
|
|
Loading…
Add table
Reference in a new issue