reworking effects, turning them into their own scene for replicability
This commit is contained in:
@@ -86,7 +86,7 @@ public partial class Player : Actor
|
||||
{
|
||||
for (int i = 0; i < _phone._phoneButtons.Count; i++)
|
||||
{
|
||||
_phone._phoneButtons[i]._contact.Start();
|
||||
_phone.Start();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user