Small Godot Wild Jam game
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add spawn unit signal

+1
+1
Scripts/signal_bus.gd
··· 1 1 extends Node 2 2 3 3 signal debug_mode_changed 4 + signal spawn_unit_request(type: Global.UnitType)