Side scrolling creepy puzzle game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
704B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://Data/Objects/Player.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://icon.png" type="Texture" id=2]
  4. [sub_resource type="RectangleShape2D" id=1]
  5. extents = Vector2( 32, 32 )
  6. [node name="World" type="Node2D"]
  7. [node name="Player" parent="." instance=ExtResource( 1 )]
  8. position = Vector2( 229.364, 26.4181 )
  9. [node name="Floor" type="StaticBody2D" parent="."]
  10. position = Vector2( 226.876, 126.076 )
  11. [node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
  12. shape = SubResource( 1 )
  13. [node name="Sprite" type="Sprite" parent="Floor"]
  14. modulate = Color( 0, 0, 0, 1 )
  15. position = Vector2( 0, -1.10803 )
  16. texture = ExtResource( 2 )