密室逃脱模拟器

密室逃脱模拟器

Thoroniul's LUA Tutorial
正在显示第 1 - 10 项,共 39 项条目
< 1  2  3  4 >
更新于:2023 年 1 月 3 日 下午 8:02

New Version

更新于:2022 年 12 月 27 日 下午 2:12

added an example with the new lua slider.

fixed old activator references.

更新于:2022 年 9 月 23 日 下午 5:41

Updating code to handle new activator call.

更新于:2022 年 6 月 13 日 下午 7:39

Update the description of eye puzzle after confusion.

更新于:2022 年 6 月 13 日 上午 12:25

Added my ccw vinyl puzzle as an example under cc4

更新于:2022 年 6 月 6 日 下午 2:47

Fixed all 2D table Custom Draggables with api.getLocalPlayer()

Will take the position of the person who is holding onto the draggable. Since only one person can hold on to the draggable while using it this should cause no potential conflicts in multiplayer and will be multiplayer safe.

更新于:2022 年 6 月 6 日 下午 1:00

changed one of the 2d drag tables from using the api to using the closest player. It still is a compromise until we can get the player id embeded in the context.

更新于:2022 年 6 月 6 日 下午 12:28

Changed eye to look at nearest player
- removed eye spawn capture code.

更新于:2022 年 6 月 1 日 下午 3:28

Extention.

更新于:2022 年 5 月 31 日 下午 9:04

New Version