16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 00:09:19 +02:00

Add wiper animation

This commit is contained in:
2025-03-06 22:51:24 +01:00
parent 13e6dc0f87
commit f8d6bf5d0c
10 changed files with 330 additions and 6 deletions

View File

@@ -371,6 +371,8 @@ enum class user_command {
spawntrainset,
destroytrainset,
quitsimulation,
wiperswitchincrease,
wiperswitchdecrease,
none = -1
};