mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 03:23:48 +00:00
Player movement and camera
This commit is contained in:
parent
ed656f00bb
commit
a324f2e347
43 changed files with 1777 additions and 316 deletions
|
|
@ -1,8 +1,11 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dnegblycwcpc8"]
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://dnegblycwcpc8"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://benrsgds02nym" path="res://textures/Manual/Blue_Panel_Wall.png" id="1_bnsbx"]
|
||||
[ext_resource type="Texture2D" uid="uid://bi0kqow54reu6" path="res://textures/Manual/Blue_Panel_Wall_height.png" id="2_qk23j"]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource("1_bnsbx")
|
||||
metallic_specular = 0.0
|
||||
heightmap_enabled = true
|
||||
heightmap_texture = ExtResource("2_qk23j")
|
||||
texture_filter = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue