1. 316902108 2021-08-25

    第一次听说GMS2比Godot方便的!(等你熟悉Godot后再这样说)
    我也是从GMS2转Godot

    Array = [a, b, c, d, e]

    #排序
    Array.sort()

    #随机排序
    Array.shuffle()

    #随机种子排序
    randomize()
    Array.shuffle()

    希望能帮到你!

您需要登录或者注册后才能发表评论

登录/注册