The beginning of public history

This commit is contained in:
2019-09-16 02:07:41 -04:00
commit 64a2ffbc89
1104 changed files with 7534 additions and 0 deletions

14
Nodes/Light.tscn Normal file
View File

@@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Art/basic_light.png" type="Texture" id=1]
[ext_resource path="res://Art/light.png" type="Texture" id=2]
[node name="Light" type="Node2D"]
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="Light2D" type="Light2D" parent="."]
position = Vector2( 0, -2 )
texture = ExtResource( 2 )
texture_scale = 1.5