From 4617a9b579701a94cc1c9aaf0aa4f098c25c0839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:09:11 +0200 Subject: [PATCH] Object properties: Correct `physical` default --- doc/object_properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/object_properties.adoc b/doc/object_properties.adoc index 6695e58..b8906e3 100644 --- a/doc/object_properties.adoc +++ b/doc/object_properties.adoc @@ -41,7 +41,7 @@ Sets the field of view of the player when they zoom, in degrees. Setting to `0` === `physical` * field type: `bool` -* default value: `true` +* default value: `false` Controls whether the object collides with nodes that are `walkable`.