We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78de4b commit f628f95Copy full SHA for f628f95
enupkg/ground.nim
@@ -63,7 +63,7 @@ gdobj Ground of MeshInstance:
63
64
elif tool_mode == ObjectMode:
65
let
66
- proto = load("res://components/bot.tscn") as PackedScene
+ proto = load("res://components/Bot.tscn") as PackedScene
67
bot = proto.instance() as NimBot
68
assert not bot.is_nil
69
bot.translation = p + vec3(0.5, 0, 0.5)
0 commit comments