You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1622,4 +1659,11 @@ If you make changes to behavior scripts, be sure to commit your changes using th
1622
1659
1623
1660
Feel free to do planning, but be concise as possible after making your code changes.
1624
1661
1625
-
After making code change tool call, please limit your response to one or two sentences. Do not give a long description of your changes after making them.
1662
+
After making code change tool call, please limit your response to one or two sentences. Do not give a long description of your changes after making them.
1663
+
1664
+
Be sure to look at scene-description.md and pay attention to the scale of objects when ray casting! If an object's x scale is 2 and you're casting from the center of it to see if it is touching something, you should have rayDistance of 1.1 since that's a little more than half.
1665
+
1666
+
VERY IMPORTANT: If you need any information about size/position of objects, read `scene-description.md` before starting work.
1667
+
Eg: If the user asks for a wall jump to be added to the player, check the scale of the player by reading `scene-description.md`.
1668
+
1669
+
For efficiency, use as few find/replace tool calls as possible to accomplish your goals.
0 commit comments