sheepa
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c2kjfysadph28"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c2kjfysadph28"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bsd3o6sy0cdc5" path="res://icon.svg" id="1_uwrxv"]
|
||||
[ext_resource type="PackedScene" uid="uid://dsgumv1053wb2" path="res://scenes/player.tscn" id="2_lnu2h"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfbqg6cxhbpng" path="res://scenes/ground.tscn" id="3_lbhrr"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7aoap751lfgh" path="res://scenes/sheep.tscn" id="4_lbhrr"]
|
||||
|
||||
[node name="Game" type="Node3D"]
|
||||
|
||||
@@ -18,3 +19,6 @@ transform = Transform3D(100, 0, 0, 0, 100, 0, 0, 0, 100, 0, 0, 0)
|
||||
|
||||
[node name="Sun" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 7.72306, 0)
|
||||
|
||||
[node name="Sheep" parent="." instance=ExtResource("4_lbhrr")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.713965, -7.41454)
|
||||
|
||||
@@ -17,5 +17,6 @@ mesh = SubResource("CapsuleMesh_u8vuu")
|
||||
shape = SubResource("CapsuleShape3D_u8vuu")
|
||||
|
||||
[node name="Camera" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.560815, -0.298842)
|
||||
current = true
|
||||
script = ExtResource("2_g2els")
|
||||
|
||||
18
scenes/sheep.tscn
Normal file
18
scenes/sheep.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c7aoap751lfgh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bt82qpykbut2u" path="res://scripts/sheep.gd" id="1_gw4f6"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://lpyt33avugll" path="res://assets/sheep/sheep.obj" id="1_t8l8v"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_t8l8v"]
|
||||
size = Vector3(1.54871, 1.2314, 1)
|
||||
|
||||
[node name="Sheep" type="CharacterBody3D"]
|
||||
script = ExtResource("1_gw4f6")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.530004, 0)
|
||||
mesh = ExtResource("1_t8l8v")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.074353, 0.0843018, 0)
|
||||
shape = SubResource("BoxShape3D_t8l8v")
|
||||
Reference in New Issue
Block a user