This commit is contained in:
2023-02-03 07:49:16 +01:00
51 changed files with 984 additions and 61 deletions

View File

@@ -38,6 +38,7 @@ local entity = {
rotation_direction = nil,
last_y_velocity = 0,
on_activate = function(self, staticdata)
local texture = textures_b[math.random(#textures_b)]
self.object:set_properties({textures = {texture}})