mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-03 09:51:53 +08:00
feat: 添加激光子弹功能,更新相关资源和着色器
This commit is contained in:
@@ -6,4 +6,6 @@ static func randv2_range(offset: float):
|
||||
return Vector2(
|
||||
randf_range(-offset, offset),
|
||||
randf_range(-offset, offset)
|
||||
)
|
||||
)
|
||||
static func randc_from(array: Array):
|
||||
return array[randi() % array.size()]
|
||||
Reference in New Issue
Block a user