Skip to content

Commit

Permalink
docs - fixed snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Nov 21, 2024
1 parent f92e6ea commit e5a88fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lua/snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
for i = 1, 7 do
for j = 1, 120 do
for k = 1, 7 do
this.world:createEntityEx {
Editor.createEntityEx {
position = { i * 3, j * 3, k * 3 },
model_instance = { source = "models/shapes/cube.fbx" },
rigid_actor = { dynamic = 1, box_geometry = { {} } }
Expand Down

0 comments on commit e5a88fc

Please sign in to comment.