浏览代码

Fix spawner putting player into the wall

Starting angle was not in the authorized range of 0 - 359 degrees.
DricomDragon 4 年之前
父节点
当前提交
7c0fdd25ac
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Levels/Focus.tscn

+ 1 - 2
Levels/Focus.tscn

@@ -3,7 +3,6 @@
 [ext_resource path="res://Resources/TileSetClassic.tres" type="TileSet" id=1]
 [ext_resource path="res://Scenes/Spawner.tscn" type="PackedScene" id=2]
 
-
 [node name="Grid" type="TileMap"]
 tile_set = ExtResource( 1 )
 format = 1
@@ -26,7 +25,7 @@ rotation = 1.5708
 
 [node name="Spawn5" parent="." instance=ExtResource( 2 )]
 position = Vector2( 2720, 288 )
-rotation = -1.5708
+rotation = 4.71239
 
 [node name="Spawn6" parent="." instance=ExtResource( 2 )]
 position = Vector2( 1120, 1120 )