CompassSoftware / CompassSoftware/AppTAG
Room identification label
Open
enhancement
good first issue
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We need players to have an idea of what room they are in. So each room needs a label (or title or something).
I have this working in accountEqn on my branch right now... We need to add this to all rooms and activities!
this.roomLabel = this.add.text(650, 6, "Account Equation Room", {
font: "24px arial",
color: "#FFFFFF",
align:'left',
fontWeight:'bold',
});
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.