initial commit: canny cat basic movement, bouncing, some gridmap tiles for levels
This commit is contained in:
commit
e1b43c8bc5
120 changed files with 5785 additions and 0 deletions
11
assets/models/tiles/w1_walls/grey_block.tres
Normal file
11
assets/models/tiles/w1_walls/grey_block.tres
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://c1alnjguwq6g0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c7fjqv5mopi2m" path="res://assets/textures/world/grey_block.png" id="1_y03ms"]
|
||||
|
||||
[resource]
|
||||
resource_name = "GreyBlock"
|
||||
shading_mode = 2
|
||||
specular_mode = 2
|
||||
albedo_texture = ExtResource("1_y03ms")
|
||||
metallic_specular = 0.0
|
||||
texture_filter = 0
|
Loading…
Add table
Add a link
Reference in a new issue