Upload files to "/"

This commit is contained in:
Dragos Stefan Cirstian 2024-07-16 16:57:16 +03:00
parent 83069f3170
commit 2fed013797
5 changed files with 28 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Godot 4+ specific ignores
.godot/

6
cadran_alb.tscn Normal file
View File

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dkt75q4kxr7p8"]
[ext_resource type="Texture2D" uid="uid://bv4oasvcunnxb" path="res://Asset/cadran_alb.png" id="1_bhflj"]
[node name="cadran_alb" type="Sprite2D"]
texture = ExtResource("1_bhflj")

6
cadran_negru.tscn Normal file
View File

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dwmjduf28jj5n"]
[ext_resource type="Texture2D" uid="uid://ccp3ig5pgkjig" path="res://Asset/cadran_negru.png" id="1_88qgx"]
[node name="cadran_negru" type="Sprite2D"]
texture = ExtResource("1_88qgx")

7
cal_alb.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://4v5ydw026gft"]
[ext_resource type="Texture2D" uid="uid://10570cvqa1mk" path="res://Asset/cal_alb.jpg" id="1_8w8x4"]
[node name="Sprite2D" type="Sprite2D" groups=["cai_albi"]]
scale = Vector2(0.6, 0.6)
texture = ExtResource("1_8w8x4")

7
cal_negru.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://xdp45v64r68w"]
[ext_resource type="Texture2D" uid="uid://6mjd1ho10a3h" path="res://Asset/cal_negru.jpg" id="1_ooyot"]
[node name="Sprite2D" type="Sprite2D" groups=["cai_negri"]]
scale = Vector2(0.6, 0.6)
texture = ExtResource("1_ooyot")