First Prototype
This commit is contained in:
parent
e18beb6c4c
commit
9e3349eec3
40 changed files with 1100 additions and 48 deletions
|
|
@ -1,6 +1,10 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b18cf4i8v6a1"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b18cf4i8v6a1"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/game/entities/entity.gd" id="1_s7hj7"]
|
||||
[ext_resource type="Texture2D" uid="uid://83mf84k2pi3m" path="res://Assets/Shadow.png" id="2_nhikt"]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_4jtw1"]
|
||||
light_mode = 2
|
||||
|
||||
[node name="Entity" type="CharacterBody2D" groups=["Entity"]]
|
||||
light_mask = 512
|
||||
|
|
@ -18,3 +22,7 @@ light_mask = 4
|
|||
visibility_layer = 5
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="Shadow" type="Sprite2D" parent="."]
|
||||
material = SubResource("CanvasItemMaterial_4jtw1")
|
||||
texture = ExtResource("2_nhikt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue