Removed the light from the characters.

This commit is contained in:
Relintai 2022-02-03 01:44:42 +01:00
parent fa2bfd2007
commit cde1af1fe6

View File

@ -1,9 +1,8 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://testsave.png" type="Texture" id=1]
[ext_resource path="res://characters/CharacterSprite.gd" type="Script" id=2]
[ext_resource path="res://characters/SheetCharacter.gd" type="Script" id=3]
[ext_resource path="res://lights/light32x16.png" type="Texture" id=4]
[node name="SheetCharacter" type="CharacterSkeleton2D"]
entity_type = 1
@ -31,7 +30,3 @@ hframes = 16
vframes = 16
script = ExtResource( 2 )
timer = 0.07
[node name="Light2D" type="Light2D" parent="."]
texture = ExtResource( 4 )
texture_scale = 12.0