Side scrolling creepy puzzle game.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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 )