26 lines
883 B
Text
26 lines
883 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://object/Lootable.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://character/PlayerCharacter.tscn" type="PackedScene" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=5]
|
|
extents = Vector2( 120, 120 )
|
|
|
|
[node name="TestSceneOutfrost" type="Node2D"]
|
|
|
|
[node name="Lootable" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 432.148, 276.126 )
|
|
|
|
[node name="PlayerCharacter" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2( 278.37, 241.329 )
|
|
shape = SubResource( 5 )
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
|
|
position = Vector2( 420.923, 431.025 )
|
|
shape = SubResource( 5 )
|