fight system and whatnot
This commit is contained in:
37
scenes/houses/house_3.tscn
Normal file
37
scenes/houses/house_3.tscn
Normal file
@@ -0,0 +1,37 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://cj4j8j3fbpkek"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://db4dctk13rgbm" path="res://assets/textures/spritesheets/houses.png" id="1_ucxgm"]
|
||||
[ext_resource type="PackedScene" uid="uid://h77hilgbces" path="res://scenes/interactables/interact_sceneswitch.tscn" id="2_k43hx"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fltv6"]
|
||||
atlas = ExtResource("1_ucxgm")
|
||||
region = Rect2(2, 169, 158, 147)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0afuu"]
|
||||
size = Vector2(146.99966, 50.839867)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ucxgm"]
|
||||
size = Vector2(78.98275, 7.0426574)
|
||||
|
||||
[node name="Home" type="StaticBody2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(-2, -28)
|
||||
texture = SubResource("AtlasTexture_fltv6")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
y_sort_enabled = true
|
||||
position = Vector2(-2.554564, 13.423307)
|
||||
rotation = -0.0021335608
|
||||
shape = SubResource("RectangleShape2D_0afuu")
|
||||
debug_color = Color(0.8768643, 0.34231007, 0.046793222, 0.41960785)
|
||||
|
||||
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
|
||||
y_sort_enabled = true
|
||||
position = Vector2(-36.507423, 42.520287)
|
||||
rotation = -0.0021335608
|
||||
shape = SubResource("RectangleShape2D_ucxgm")
|
||||
debug_color = Color(0.8768643, 0.34231007, 0.046793222, 0.41960785)
|
||||
|
||||
[node name="InteractSceneswitch" parent="." instance=ExtResource("2_k43hx")]
|
||||
position = Vector2(-36, 30)
|
||||
Reference in New Issue
Block a user