Merge branch 'main' of 192.168.8.1:tough_crowd

This commit is contained in:
Mikhail Aristov 2024-01-28 11:25:22 +01:00
commit 46f65587c9
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ func _ready():
func _process(_delta): func _process(_delta):
overall_mood = 0 overall_mood = 0
for m in audience: for m in audience:
overall_mood += m.mood overall_mood += m.mood * 10