diff options
Diffstat (limited to 'game/microgames/find_window/msn_girlfriend.gd')
-rw-r--r-- | game/microgames/find_window/msn_girlfriend.gd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/game/microgames/find_window/msn_girlfriend.gd b/game/microgames/find_window/msn_girlfriend.gd new file mode 100644 index 0000000..d0ba84f --- /dev/null +++ b/game/microgames/find_window/msn_girlfriend.gd @@ -0,0 +1,11 @@ +extends TextureRect + + +# Called when the node enters the scene tree for the first time. +func _ready(): + pass # Replace with function body. + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + pass |