Skip to content

Commit

Permalink
Update examples.lua (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman authored Oct 30, 2024
1 parent c251282 commit 0247944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/_main/examples.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local examples = {}

examples["basics"] = { "message_passing", "parent_child", "z_order" }
examples["factory"] = { "basic", "bullets", "dynamic" }
examples["movement"] = { "simple_move", "follow", "move_to", "move_forward", "movement_speed", "look_at", "look_rotation" }
examples["movement"] = { "simple_move", "follow", "move_to", "move_forward", "movement_speed", "look_at", { name = "look_rotation", nobg = true } }
examples["physics"] = { "dynamic", "kinematic", "raycast", "trigger", "hinge_joint", "pendulum", "knockback"}
examples["animation"] = { "euler_rotation", "spinner", "flipbook", "chained_tween", "basic_tween", "spine", "cursor", "easing" }
examples["gui"] = {
Expand Down Expand Up @@ -62,4 +62,4 @@ end



return M
return M

0 comments on commit 0247944

Please sign in to comment.