added 2d and 3d house prototypes

This commit is contained in:
2025-03-30 23:25:37 +02:00
parent 7f8b444270
commit f2902ad7c1
13 changed files with 263 additions and 2 deletions
+14 -1
View File
@@ -1,4 +1,4 @@
[gd_scene load_steps=34 format=3 uid="uid://c1j5u0cjdswvp"]
[gd_scene load_steps=36 format=3 uid="uid://c1j5u0cjdswvp"]
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://graphics/mockups/trees/darktree1.png" id="1_u6vd6"]
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://graphics/mockups/trees/darktree2.png" id="2_tcvf7"]
@@ -29,6 +29,8 @@
[ext_resource type="Texture2D" uid="uid://cygt1j1m0vpqg" path="res://graphics/mockups/field_placeholder.png" id="26_7nyv4"]
[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="27_mqdni"]
[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="28_h5ibf"]
[ext_resource type="Texture2D" uid="uid://c7f3t65jskd6v" path="res://graphics/mockups/house_prototype.png" id="29_kse13"]
[ext_resource type="PackedScene" uid="uid://ltm8ca0prco" path="res://graphics/mockups/3d/best_house.fbx" id="31_lqlrn"]
[sub_resource type="PlaneMesh" id="PlaneMesh_8dxh5"]
@@ -1374,4 +1376,15 @@ transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-1
shaded = true
texture = ExtResource("26_7nyv4")
[node name="House2D" type="Sprite3D" parent="."]
transform = Transform3D(0.08, 0, 0, 0, 0.08, 0, 0, 0, 0.08, -0.18856, 0.129568, -0.385021)
visible = false
billboard = 1
shaded = true
texture = ExtResource("29_kse13")
[node name="Player3d" parent="." instance=ExtResource("27_mqdni")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.137316, 0, 0.104198)
[node name="best_house" parent="." instance=ExtResource("31_lqlrn")]
transform = Transform3D(-5.24537e-09, 0, 0.12, 0, 0.12, 0, -0.12, 0, -5.24537e-09, -0.239518, 0, 0)