Fixed ref
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": {
|
||||
"ref": "types/base_priority.json"
|
||||
"$ref": "types/base_priority.json"
|
||||
},
|
||||
"avoid_water": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"can_get_scared": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user