Lesson 1 cont
This commit is contained in:
24
Collision/Scenes/Collision.tscn
Normal file
24
Collision/Scenes/Collision.tscn
Normal file
@@ -0,0 +1,24 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cogj561sxuffx"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_ah2ec"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_vu087"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_emir4"]
|
||||
|
||||
[node name="Main" type="Node3D"]
|
||||
|
||||
[node name="Ground" type="StaticBody3D" parent="."]
|
||||
transform = Transform3D(12, 0, 0, 0, 0.281908, 10.2606, 0, -0.102606, 28.1908, 0, 0, 0)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
|
||||
mesh = SubResource("BoxMesh_ah2ec")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground"]
|
||||
shape = SubResource("BoxShape3D_vu087")
|
||||
|
||||
[node name="RigidBody3D" type="RigidBody3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="RigidBody3D"]
|
||||
mesh = SubResource("BoxMesh_emir4")
|
||||
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@@ -3,15 +3,15 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://du8gf5veue38s"
|
||||
path="res://.godot/imported/image.svg-1a642e7c53c8b90fba36ab90c186940f.ctex"
|
||||
path="res://.godot/imported/image.svg-d79c9db8c4acdf964fadae0f4297115f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/image.svg"
|
||||
dest_files=["res://.godot/imported/image.svg-1a642e7c53c8b90fba36ab90c186940f.ctex"]
|
||||
source_file="res://image.svg"
|
||||
dest_files=["res://.godot/imported/image.svg-d79c9db8c4acdf964fadae0f4297115f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
Reference in New Issue
Block a user