mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://Rendering/Lights2D/Light2D.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://icon 32x32.png" type="Texture" id=2]
|
||
|
|
||
|
[node name="Light2D" type="Light2D"]
|
||
|
position = Vector2( 36.375, 37.875 )
|
||
|
texture = ExtResource( 2 )
|
||
|
texture_scale = 3.39
|
||
|
shadow_enabled = true
|
||
|
script = ExtResource( 1 )
|