This commit is contained in:
Gerard Gascón 2025-04-24 17:23:34 +02:00
commit b99855351d
434 changed files with 50357 additions and 0 deletions

23
prefabs/eyes.tscn Normal file
View file

@ -0,0 +1,23 @@
[gd_scene load_steps=3 format=3 uid="uid://bl5o22hf57ou1"]
[ext_resource type="Script" path="res://scripts/player/eyes.gd" id="1_apkcc"]
[ext_resource type="Texture2D" uid="uid://cb3kvxnr8lpwp" path="res://sprites/eye_half-export.png" id="2_550jk"]
[node name="Eyes" type="Node2D" node_paths=PackedStringArray("eyeUp", "eyeDown")]
script = ExtResource("1_apkcc")
eyeUp = NodePath("EyeUp")
eyeDown = NodePath("EyeDown")
start_time = 100
[node name="EyeUp" type="Sprite2D" parent="."]
modulate = Color(0.109804, 0.054902, 0.196078, 1)
position = Vector2(960, -540)
scale = Vector2(4, 4)
texture = ExtResource("2_550jk")
[node name="EyeDown" type="Sprite2D" parent="."]
modulate = Color(0.109804, 0.054902, 0.196078, 1)
position = Vector2(960, 1620)
scale = Vector2(4, 4)
texture = ExtResource("2_550jk")
flip_v = true