adjusted roller fiend
This commit is contained in:
parent
54f0880864
commit
124b5e16aa
6 changed files with 96 additions and 8 deletions
|
@ -10,6 +10,7 @@ extents = Vector2( 4, 3.5 )
|
|||
extents = Vector2( 4, 0.5 )
|
||||
|
||||
[node name="FallingBlock" type="KinematicBody2D"]
|
||||
collision_layer = 4
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
[ext_resource path="res://scripts/1px_border.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://objects/environment/rock/rock.gd" type="Script" id=3]
|
||||
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue