diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-18 17:27:42 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-18 17:27:42 +0200 |
commit | cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5 (patch) | |
tree | f1237c93d48a8983095b71639b795eb6b5b555de /riot/angrydev.gd | |
parent | 79afd5fbe4034ec52d15f390b878a7dc01410c69 (diff) | |
download | LDJam46-cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5.tar.gz LDJam46-cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5.tar.bz2 LDJam46-cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5.zip |
war crimes
thats a good way to describe the terrifyingness of this image
Diffstat (limited to 'riot/angrydev.gd')
-rw-r--r-- | riot/angrydev.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/riot/angrydev.gd b/riot/angrydev.gd index 078d6e8..0ac08ea 100644 --- a/riot/angrydev.gd +++ b/riot/angrydev.gd @@ -19,5 +19,5 @@ func _process(delta : float) -> void: func rotate_towards(player: Node2D) -> void: - if player.position.x < position.x: + if player.position.x > position.x: scale.x = -abs(scale.x) |