소스 검색

:tada: Create the chocolate sign

DricomDragon 1 년 전
부모
커밋
5ad14dabca

BIN
godot/component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb


+ 32 - 0
godot/component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb.import

@@ -0,0 +1,32 @@
+[remap]
+
+importer="scene"
+importer_version=1
+type="PackedScene"
+uid="uid://kk3y127ia4bk"
+path="res://.godot/imported/CartoonCharacterSignChocoLate.glb-ce74c7bf9ba7762ba60447edd9edae95.scn"
+
+[deps]
+
+source_file="res://component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb"
+dest_files=["res://.godot/imported/CartoonCharacterSignChocoLate.glb-ce74c7bf9ba7762ba60447edd9edae95.scn"]
+
+[params]
+
+nodes/root_type="Node3D"
+nodes/root_name="Scene Root"
+nodes/apply_root_scale=true
+nodes/root_scale=1.0
+meshes/ensure_tangents=true
+meshes/generate_lods=true
+meshes/create_shadow_meshes=true
+meshes/light_baking=1
+meshes/lightmap_texel_size=0.2
+skins/use_named_skins=true
+animation/import=true
+animation/fps=30
+animation/trimming=false
+animation/remove_immutable_tracks=true
+import_script/path=""
+_subresources={}
+gltf/embedded_image_handling=1

+ 39 - 0
godot/component/entity/buildings/character_sign_choco/character_sign_choco.tscn

@@ -0,0 +1,39 @@
+[gd_scene load_steps=6 format=3 uid="uid://cxdvll60r67q8"]
+
+[ext_resource type="PackedScene" uid="uid://kk3y127ia4bk" path="res://component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb" id="1_ufwpa"]
+
+[sub_resource type="CylinderShape3D" id="CylinderShape3D_cylle"]
+
+[sub_resource type="BoxShape3D" id="BoxShape3D_kohku"]
+size = Vector3(3, 0.6, 1)
+
+[sub_resource type="BoxShape3D" id="BoxShape3D_sk56m"]
+size = Vector3(3, 0.6, 1.16)
+
+[sub_resource type="BoxShape3D" id="BoxShape3D_ve6a0"]
+size = Vector3(0.6, 2.4, 1)
+
+[node name="ChocoSign" type="StaticBody3D"]
+collision_mask = 0
+
+[node name="CartoonCharacterSignChocoLate" parent="." instance=ExtResource("1_ufwpa")]
+
+[node name="Trunk" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00004, 0)
+shape = SubResource("CylinderShape3D_cylle")
+
+[node name="Smile" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.3, 0)
+shape = SubResource("BoxShape3D_kohku")
+
+[node name="Hat" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.7, 0)
+shape = SubResource("BoxShape3D_sk56m")
+
+[node name="Eye1" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.2, 3.6, 0)
+shape = SubResource("BoxShape3D_ve6a0")
+
+[node name="Eye2" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.2, 3.6, 0)
+shape = SubResource("BoxShape3D_ve6a0")

+ 1 - 0
godot/component/entity/buildings/outer_stairs_house/outer_stairs_house.tscn

@@ -14,6 +14,7 @@ size = Vector3(4, 4, 4)
 points = PackedVector3Array(2, 0, 2, -6, 0, 0, -4, 0, 2, -6, 0, -4, -4, 0, -6, 2, 0, -6, 2, 8.725, 2, 2, 8.725, -6, -4, 8.725, -6, -6, 11.45, -4, -6, 11.45, 0, -4, 8.725, 2, 2, 12.45, -2, -6, 12.45, -2, 2, 11.45, -4, 2, 11.45, 0)
 
 [node name="StairHouse" type="StaticBody3D"]
+collision_mask = 0
 
 [node name="OuterStairsHouse" parent="." instance=ExtResource("1_h07vm")]
 transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)

+ 5 - 1
godot/run/levels/infinite_level.tscn

@@ -1,4 +1,4 @@
-[gd_scene load_steps=17 format=3 uid="uid://7ivipmwaw24t"]
+[gd_scene load_steps=18 format=3 uid="uid://7ivipmwaw24t"]
 
 [ext_resource type="Texture2D" uid="uid://cgwafs6ukpm7y" path="res://component/entity/ground/ground051.jpg" id="1_3ytcp"]
 [ext_resource type="Script" path="res://run/levels/camera_tracker.gd" id="1_qdm47"]
@@ -12,6 +12,7 @@
 [ext_resource type="Script" path="res://flow/music_player/music_player.gd" id="8_iulsm"]
 [ext_resource type="AudioStream" uid="uid://c3l60bt307wjh" path="res://flow/music_player/00-Wesh-tone-realaze.mp3" id="8_ndffw"]
 [ext_resource type="PackedScene" uid="uid://bwhwbm6jrvg42" path="res://component/entity/buildings/outer_stairs_house/outer_stairs_house.tscn" id="11_j8m6y"]
+[ext_resource type="PackedScene" uid="uid://cxdvll60r67q8" path="res://component/entity/buildings/character_sign_choco/character_sign_choco.tscn" id="13_2x2n6"]
 [ext_resource type="PackedScene" uid="uid://uy3pgfv4q3iy" path="res://component/ui/title/title_screen.tscn" id="13_2xijd"]
 
 [sub_resource type="BoxShape3D" id="BoxShape3D_ctk0t"]
@@ -149,6 +150,9 @@ transform = Transform3D(4.37114e-08, 0, 1, 0, 1, 0, 1, 0, -4.37114e-08, 62.7817,
 [node name="StairHouse5" parent="Buildings" instance=ExtResource("11_j8m6y")]
 transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 62.7817, 0, 32.8533)
 
+[node name="ChocoSign" parent="Buildings" instance=ExtResource("13_2x2n6")]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.00374, 0, 0)
+
 [node name="TitleScreen" parent="." instance=ExtResource("13_2xijd")]
 
 [connection signal="focus_required" from="MainWalker" to="CameraTracker" method="_on_focus_required"]