Basic character controller

This commit is contained in:
Victor Turgeon
2022-10-11 09:26:29 -04:00
parent b7a3f1a7b2
commit 4de70a539b
7 changed files with 128 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://Textures/kenney_prototype_textures/dark/texture_01.png" type="Texture" id=1]
[resource]
albedo_texture = ExtResource( 1 )
uv1_triplanar = true

View File

@@ -0,0 +1,7 @@
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://Textures/kenney_prototype_textures/orange/texture_01.png" type="Texture" id=1]
[resource]
albedo_texture = ExtResource( 1 )
uv1_triplanar = true