Upload files to "/"

This commit is contained in:
Dragos Stefan Cirstian 2024-07-12 11:43:05 +03:00
parent 72c9de7a02
commit 0c6ccfd383
5 changed files with 39 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")

18
casuta.tscn Normal file
View File

@ -0,0 +1,18 @@
[gd_scene load_steps=2 format=3 uid="uid://dnowl17kc1jld"]
[ext_resource type="Script" path="res://căsuță.gd" id="1_k8awj"]
[node name="Căsuță" type="ColorRect"]
custom_minimum_size = Vector2(95, 95)
size_flags_horizontal = 0
color = Color(0.427451, 0.0588235, 0.0666667, 1)
script = ExtResource("1_k8awj")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(1, 1, 1, 0)

7
cross.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://xtddokmxodh7"]
[ext_resource type="Texture2D" uid="uid://dsaw77jgt4b4f" path="res://Asset/cross.png" id="1_m3jjj"]
[node name="cross" type="Sprite2D"]
scale = Vector2(0.2, 0.2)
texture = ExtResource("1_m3jjj")