From 09e02cf42acafbef0541a131ecc8400d33c64819 Mon Sep 17 00:00:00 2001 From: Dragos Stefan Cirstian Date: Sun, 21 Jul 2024 18:44:54 +0300 Subject: [PATCH] Upload files to "/" --- .gitattributes | 2 ++ .gitignore | 2 ++ cadran_alb.tscn | 6 ++++++ cadran_negru.tscn | 6 ++++++ cal_alb.tscn | 7 +++++++ 5 files changed, 23 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 cadran_alb.tscn create mode 100644 cadran_negru.tscn create mode 100644 cal_alb.tscn diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4709183 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Godot 4+ specific ignores +.godot/ diff --git a/cadran_alb.tscn b/cadran_alb.tscn new file mode 100644 index 0000000..37e1bd6 --- /dev/null +++ b/cadran_alb.tscn @@ -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") diff --git a/cadran_negru.tscn b/cadran_negru.tscn new file mode 100644 index 0000000..46a06d5 --- /dev/null +++ b/cadran_negru.tscn @@ -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") diff --git a/cal_alb.tscn b/cal_alb.tscn new file mode 100644 index 0000000..6e29937 --- /dev/null +++ b/cal_alb.tscn @@ -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"] +scale = Vector2(0.6, 0.6) +texture = ExtResource("1_8w8x4")