Upload files to "/"

This commit is contained in:
Dragos Stefan Cirstian 2024-07-06 12:03:30 +03:00
parent c88b0043a8
commit 5811c8b68b
5 changed files with 25 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

2
.gitignore vendored Normal file
View File

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

7
board.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://b0skica3w7850"]
[ext_resource type="Texture2D" uid="uid://d1yxlf6505bri" path="res://assets/grid.png" id="1_oti8b"]
[node name="Board" type="Sprite2D"]
visible = false
texture = ExtResource("1_oti8b")

7
circle.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://nn6wgmlux55i"]
[ext_resource type="Texture2D" uid="uid://jgp0gtb35gj6" path="res://assets/circle.png" id="1_k5wpp"]
[node name="Circle" type="Sprite2D"]
scale = Vector2(1.5, 1.5)
texture = ExtResource("1_k5wpp")

7
cross.tscn Normal file
View File

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://c7w4rinv7meho"]
[ext_resource type="Texture2D" uid="uid://dgtpgnq5igkfa" path="res://assets/cross.png" id="1_85rmd"]
[node name="Cross" type="Sprite2D"]
scale = Vector2(1.5, 1.5)
texture = ExtResource("1_85rmd")