feat: Introduce player character with input management and gridmap interaction visuals.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
[gd_resource type="BoxMesh" format=3 uid="uid://b5cc3prem52r6"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_e3p1j"]
|
||||
albedo_color = Color(0.38039216, 1, 0.9607843, 0.5)
|
||||
transparency = 1
|
||||
albedo_color = Color(0.38039216, 1, 0.9607843, 0.75)
|
||||
|
||||
[resource]
|
||||
material = SubResource("StandardMaterial3D_e3p1j")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mf1g6"]
|
||||
transparency = 1
|
||||
albedo_color = Color(0.90588236, 0.73333335, 0.22352941, 0.5)
|
||||
albedo_color = Color(0.90588236, 0.73333335, 0.22352941, 0.75)
|
||||
|
||||
[resource]
|
||||
material = SubResource("StandardMaterial3D_mf1g6")
|
||||
|
||||
Reference in New Issue
Block a user