commit 5fd18ef9737a3e7b0ebcf643585749cfe0c31be8 Author: yann Date: Thu Apr 18 21:20:08 2019 +0200 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ebfe3a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.glb filter=lfs diff=lfs merge=lfs -text +*.material filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc31e6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.import +.import \ No newline at end of file diff --git a/default_env.tres b/default_env.tres new file mode 100644 index 0000000..bed4799 --- /dev/null +++ b/default_env.tres @@ -0,0 +1,8 @@ +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) + diff --git a/meshes/props/pendo_teddy/pendo_teddy.glb b/meshes/props/pendo_teddy/pendo_teddy.glb new file mode 100644 index 0000000..0560a50 --- /dev/null +++ b/meshes/props/pendo_teddy/pendo_teddy.glb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcec7e8dfdc3fb4b9f12d1260763ec8d74718efdf707e3a9d98170b993cc9cc6 +size 2243248 diff --git a/meshes/props/pendo_teddy/pendo_teddy.material b/meshes/props/pendo_teddy/pendo_teddy.material new file mode 100644 index 0000000..bb23da7 --- /dev/null +++ b/meshes/props/pendo_teddy/pendo_teddy.material @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d341cc5ce8fd3fbfe94e189ed111a370552f1971ad454f64ad2beaeedfe6aeaf +size 800 diff --git a/meshes/props/pendo_teddy/pendo_teddy.tscn b/meshes/props/pendo_teddy/pendo_teddy.tscn new file mode 100644 index 0000000..cfe48df --- /dev/null +++ b/meshes/props/pendo_teddy/pendo_teddy.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://meshes/props/pendo_teddy/pendo_teddy.glb" type="PackedScene" id=1] + +[node name="pendo_teddy" index="0" instance=ExtResource( 1 )] + diff --git a/meshes/props/pendo_teddy/textures/pendo_teddy_BaseColor.png b/meshes/props/pendo_teddy/textures/pendo_teddy_BaseColor.png new file mode 100644 index 0000000..e4c8528 Binary files /dev/null and b/meshes/props/pendo_teddy/textures/pendo_teddy_BaseColor.png differ diff --git a/meshes/props/pendo_teddy/textures/pendo_teddy_Height.png b/meshes/props/pendo_teddy/textures/pendo_teddy_Height.png new file mode 100644 index 0000000..035cc54 Binary files /dev/null and b/meshes/props/pendo_teddy/textures/pendo_teddy_Height.png differ diff --git a/meshes/props/pendo_teddy/textures/pendo_teddy_Normal.png b/meshes/props/pendo_teddy/textures/pendo_teddy_Normal.png new file mode 100644 index 0000000..b28dcba Binary files /dev/null and b/meshes/props/pendo_teddy/textures/pendo_teddy_Normal.png differ diff --git a/meshes/props/pendo_teddy/textures/pendo_teddy_Roughness.png b/meshes/props/pendo_teddy/textures/pendo_teddy_Roughness.png new file mode 100644 index 0000000..aec4cc7 Binary files /dev/null and b/meshes/props/pendo_teddy/textures/pendo_teddy_Roughness.png differ diff --git a/pirzba_color.png b/pirzba_color.png new file mode 100644 index 0000000..415e91e Binary files /dev/null and b/pirzba_color.png differ diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..48b3b69 --- /dev/null +++ b/project.godot @@ -0,0 +1,23 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +_global_script_classes=[ ] +_global_script_class_icons={ + +} + +[application] + +config/name="Khanat assets" +config/icon="res://pirzba_color.png" + +[rendering] + +environment/default_environment="res://default_env.tres"