This commit is contained in:
2026-09-10 10:59:37 +03:00
commit 4fc9b337c2
16 changed files with 199 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
scene: home_kitchen
priority: 6
condition: gds.is_rain
is_one_run: true
---
set weather=rain
action gds.greet name=RainVisitor
text "It's raining! GDScript condition gds.is_rain passed."
end