Front-of-house Frenzy is a 3D grid-based game where you control a restaurant server, your objective is to serve food and drinks to customers while navigating a restaurant environment full of obstacles.
1
stars
1
forks
source link
Display bubble with order when within distance of table (Deteriorate patience) #91
Display an order bubble with the customer's order once a customer has been seated.
Task list:
[x] Check box collision for customer and player
[x] (Testing) print string for their food order
[ ] Create an order bubble widget
[ ] Translate customer world position to screen position
[ ] Display food icon in the widget
Completion criteria:
Once a customer has been seated. We display an order bubble with their desired food above there head, when the waiter is close enough to take the order.
Goal
Display an order bubble with the customer's order once a customer has been seated.
Task list:
Completion criteria:
Once a customer has been seated. We display an order bubble with their desired food above there head, when the waiter is close enough to take the order.