Update Crate #7

Closed
opened 2025-03-10 19:14:59 +00:00 by OddlyTimbot · 1 comment
Owner

Give the crate a graphic, and turn it into its own scene so that instances can be made dynamically.

While at it, update the scene manager so that it lets the GameController know how many crates are in the scene.

Give the crate a graphic, and turn it into its own scene so that instances can be made dynamically. While at it, update the scene manager so that it lets the GameController know how many crates are in the scene.
OddlyTimbot added this to the Week 3 Graphics and Animation milestone 2025-03-10 19:15:05 +00:00
Author
Owner

Apply the "pushable" group to the Crate scene, so that we can filter whether the player should be able to push them.
Update is the code in the playercontroller:

			if collider is RigidBody2D:
				print("shove this crate")```
Apply the "pushable" group to the Crate scene, so that we can filter whether the player should be able to push them. Update is the code in the playercontroller: ```if collider is Node: if collider is RigidBody2D: print("shove this crate")```
Sign in to join this conversation.
No Label
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OddlyTimbot/FebruaryGame#7
No description provided.