mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
chore: 清理无用文件和更新游戏规则脚本
删除不再需要的图片、批处理文件和日志文件 更新todo.md移除已完成的任务项 在GameRule.gd中添加helpText静态变量
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class_name GameRule
|
||||
|
||||
static var deadReasons: Array = JsonTool.parseJson("res://resources/constants/deadReasons.json")
|
||||
static var helpText: String
|
||||
static var difficultyRange: Vector2 = Vector2(-20, 50) # 难度倍数范围,包括最小值和最大值,负数则降低难度
|
||||
static var difficulty: float = 1 # 难度倍数,可以写小数
|
||||
static var allowFriendlyFire: bool = false # 是否允许友军伤害
|
||||
|
||||
Reference in New Issue
Block a user