init
This commit is contained in:
BIN
scenes/godot_plush_albedo.png
Normal file
BIN
scenes/godot_plush_albedo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
35
scenes/godot_plush_albedo.png.import
Normal file
35
scenes/godot_plush_albedo.png.import
Normal file
@ -0,0 +1,35 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bqi8qqkfrh03v"
|
||||
path.s3tc="res://.godot/imported/godot_plush_albedo.png-ac2bb3d54c640f512b4e4e3e979e5b0b.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/godot_plush_albedo.png"
|
||||
dest_files=["res://.godot/imported/godot_plush_albedo.png-ac2bb3d54c640f512b4e4e3e979e5b0b.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
BIN
scenes/godot_plush_model.glb
Normal file
BIN
scenes/godot_plush_model.glb
Normal file
Binary file not shown.
37
scenes/godot_plush_model.glb.import
Normal file
37
scenes/godot_plush_model.glb.import
Normal file
@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cg7of11dls47q"
|
||||
path="res://.godot/imported/godot_plush_model.glb-2a94ebc65a92c245a0230196c71a7989.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/godot_plush_model.glb"
|
||||
dest_files=["res://.godot/imported/godot_plush_model.glb-2a94ebc65a92c245a0230196c71a7989.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
nodes/use_node_type_suffixes=true
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
29
scenes/level.tscn
Normal file
29
scenes/level.tscn
Normal file
@ -0,0 +1,29 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://8ywbh7j4mmai"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dsrbro31ggv7u" path="res://scenes/player.tscn" id="1_2q6dc"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_rd3vj"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_w7c3h"]
|
||||
albedo_color = Color(5.41471e-08, 0.281997, 1.44392e-07, 1)
|
||||
|
||||
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_2q6dc"]
|
||||
|
||||
[node name="level" type="Node3D"]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0)
|
||||
mesh = SubResource("PlaneMesh_rd3vj")
|
||||
skeleton = NodePath("../..")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_w7c3h")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
shape = SubResource("WorldBoundaryShape3D_2q6dc")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("1_2q6dc")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0640043, 0.486621, -0.407444)
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 4, -1)
|
1546
scenes/player.tscn
Normal file
1546
scenes/player.tscn
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user