Compare commits
3 commits
c1e6d8e85e
...
258ffc4523
Author | SHA1 | Date | |
---|---|---|---|
258ffc4523 | |||
90b1737fb2 | |||
f7a801ba20 |
|
@ -1,18 +1,32 @@
|
||||||
[gd_scene load_steps=9 format=3 uid="uid://qbceryqqfoum"]
|
[gd_scene load_steps=12 format=3 uid="uid://qbceryqqfoum"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://bsnc11pwypbny" path="res://packs/Kaykit-Proto/obj/prototypebits_texture.png" id="1_6oykk"]
|
[ext_resource type="Texture2D" uid="uid://bsnc11pwypbny" path="res://packs/Kaykit-Proto/obj/prototypebits_texture.png" id="1_6oykk"]
|
||||||
|
[ext_resource type="Script" uid="uid://b8p60y4eo8w2n" path="res://core/scripts/entity.gd" id="1_w0ui8"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://dgyh6f2qlgeet" path="res://packs/Kaykit-Proto/obj/Dummy_Base.obj" id="2_4axxu"]
|
[ext_resource type="ArrayMesh" uid="uid://dgyh6f2qlgeet" path="res://packs/Kaykit-Proto/obj/Dummy_Base.obj" id="2_4axxu"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://bt6xf5p7f1u2h" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body.obj" id="3_8cgx2"]
|
[ext_resource type="ArrayMesh" uid="uid://bt6xf5p7f1u2h" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body.obj" id="3_8cgx2"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://mxsum6t20wyy" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_ArmLeft.obj" id="4_nslv2"]
|
[ext_resource type="ArrayMesh" uid="uid://mxsum6t20wyy" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_ArmLeft.obj" id="4_nslv2"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://cvlxxld3w6siv" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_ArmRight.obj" id="5_w4l2r"]
|
[ext_resource type="ArrayMesh" uid="uid://cvlxxld3w6siv" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_ArmRight.obj" id="5_w4l2r"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://6h2lg4h0y0ea" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_Head.obj" id="6_5dfyn"]
|
[ext_resource type="ArrayMesh" uid="uid://6h2lg4h0y0ea" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_Head.obj" id="6_5dfyn"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://b7cky6rmvhxl8" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_Target.obj" id="7_d3okb"]
|
[ext_resource type="ArrayMesh" uid="uid://b7cky6rmvhxl8" path="res://packs/Kaykit-Proto/obj/Dummy_Base_Dummy_Body_Dummy_Target.obj" id="7_d3okb"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://cg3hn4l231fws" path="res://packs/Kenney-BoardGamesIcon/chess_rook_red.svg" id="8_15r82"]
|
||||||
|
|
||||||
|
[sub_resource type="BoxShape3D" id="BoxShape3D_w0ui8"]
|
||||||
|
size = Vector3(1, 2, 1)
|
||||||
|
|
||||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_th4ew"]
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_th4ew"]
|
||||||
albedo_texture = ExtResource("1_6oykk")
|
albedo_texture = ExtResource("1_6oykk")
|
||||||
|
|
||||||
[node name="dummy" type="Node3D"]
|
[node name="dummy" type="Node3D"]
|
||||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 0, 0)
|
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 0, 0)
|
||||||
|
script = ExtResource("1_w0ui8")
|
||||||
|
metadata/_custom_type_script = "uid://b8p60y4eo8w2n"
|
||||||
|
|
||||||
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0267677, 0)
|
||||||
|
|
||||||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.11408532, 0)
|
||||||
|
shape = SubResource("BoxShape3D_w0ui8")
|
||||||
|
|
||||||
[node name="DummyBase" type="MeshInstance3D" parent="."]
|
[node name="DummyBase" type="MeshInstance3D" parent="."]
|
||||||
material_override = SubResource("StandardMaterial3D_th4ew")
|
material_override = SubResource("StandardMaterial3D_th4ew")
|
||||||
|
@ -37,3 +51,8 @@ mesh = ExtResource("6_5dfyn")
|
||||||
[node name="DummyBaseDummyBodyDummyTarget" type="MeshInstance3D" parent="."]
|
[node name="DummyBaseDummyBodyDummyTarget" type="MeshInstance3D" parent="."]
|
||||||
material_override = SubResource("StandardMaterial3D_th4ew")
|
material_override = SubResource("StandardMaterial3D_th4ew")
|
||||||
mesh = ExtResource("7_d3okb")
|
mesh = ExtResource("7_d3okb")
|
||||||
|
|
||||||
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||||||
|
offset_right = 40.0
|
||||||
|
offset_bottom = 40.0
|
||||||
|
texture = ExtResource("8_15r82")
|
||||||
|
|
22
Packs/Kenney-BoardGamesIcon/LICENCE.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
|
||||||
|
Board Game Icons (1.1)
|
||||||
|
|
||||||
|
Created/distributed by Kenney (www.kenney.nl)
|
||||||
|
Creation date: 22-07-2024
|
||||||
|
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
License: (Creative Commons Zero, CC0)
|
||||||
|
http://creativecommons.org/publicdomain/zero/1.0/
|
||||||
|
|
||||||
|
This content is free to use in personal, educational and commercial projects.
|
||||||
|
Support us by crediting Kenney or www.kenney.nl (this is not mandatory)
|
||||||
|
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
Donate: http://support.kenney.nl
|
||||||
|
Patreon: http://patreon.com/kenney/
|
||||||
|
|
||||||
|
Follow on Twitter for updates:
|
||||||
|
http://twitter.com/KenneyNL
|
6
Packs/Kenney-BoardGamesIcon/arrow_clockwise.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-13.25 21.3 Q-21.85 16.3 -24.4 6.8 -26.95 -2.85 -21.95 -11.5 L-21.95 -11.45 Q-17.05 -20.05 -7.4 -22.65 2.2 -25.35 10.85 -20.3 19.45 -15.35 22.05 -5.7 23.1 -1.8 22.9 2 L24.35 0.75 Q25.25 -0.05 26.5 0 27.75 0.1 28.55 1.05 29.4 1.95 29.3 3.2 29.2 4.45 28.3 5.25 L18.15 14.1 Q17.45 14.7 16.6 14.85 L14.9 14.6 Q14.05 14.2 13.6 13.45 L6.7 2.35 Q6.05 1.25 6.35 0.1 6.6 -1.15 7.7 -1.8 8.75 -2.45 9.95 -2.15 11.15 -1.9 11.8 -0.8 L12.9 0.95 Q12.95 -1.05 12.4 -3.05 L12.4 -3.1 Q10.85 -8.75 5.85 -11.65 0.8 -14.55 -4.75 -13 L-4.8 -13 Q-10.45 -11.5 -13.3 -6.5 -16.25 -1.45 -14.75 4.25 L-14.75 4.2 Q-13.25 9.75 -8.2 12.7 L-8.15 12.7 -5.6 13.95 Q-3.7 14.7 -2.85 16.6 -2 18.45 -2.7 20.4 -3.45 22.3 -5.35 23.15 L-9.15 23.3 Q-11.25 22.5 -13.2 21.35 L-13.25 21.3"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 903 B |
18
Packs/Kenney-BoardGamesIcon/arrow_clockwise.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dvcgqogub4p5"
|
||||||
|
path="res://.godot/imported/arrow_clockwise.svg-e99d6e8e14e6a6d3ea249714897f5d73.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_clockwise.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_clockwise.svg-e99d6e8e14e6a6d3ea249714897f5d73.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_counterclockwise.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M10.15 12.7 L10.2 12.7 Q15.25 9.75 16.8 4.2 18.25 -1.45 15.35 -6.5 12.45 -11.5 6.8 -13 1.2 -14.55 -3.85 -11.65 -8.85 -8.75 -10.35 -3.1 L-10.35 -3.05 Q-10.95 -1 -10.9 0.95 L-9.8 -0.8 Q-9.15 -1.9 -7.9 -2.15 -6.75 -2.45 -5.65 -1.8 -4.6 -1.15 -4.3 0.1 -4.05 1.25 -4.7 2.35 L-11.6 13.45 Q-12.05 14.2 -12.85 14.6 L-14.55 14.85 Q-15.45 14.7 -16.1 14.1 L-26.25 5.25 Q-27.2 4.45 -27.3 3.2 -27.4 1.95 -26.55 1.05 -25.75 0.1 -24.5 0 -23.25 -0.05 -22.3 0.75 L-20.9 2 Q-21.1 -1.8 -20 -5.7 -17.45 -15.35 -8.85 -20.3 -0.2 -25.35 9.45 -22.65 L9.4 -22.65 Q19.05 -20.05 24 -11.45 L24 -11.5 Q28.95 -2.85 26.45 6.8 23.85 16.3 15.25 21.3 L15.2 21.35 11.2 23.3 7.4 23.15 Q5.45 22.3 4.75 20.4 4 18.45 4.85 16.6 5.7 14.7 7.65 13.95 L10.15 12.7"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 878 B |
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c4y47m0wxwjp3"
|
||||||
|
path="res://.godot/imported/arrow_counterclockwise.svg-0d360b20b6ce360b57fe805437f3c77b.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_counterclockwise.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_counterclockwise.svg-0d360b20b6ce360b57fe805437f3c77b.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_cross.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-2.1 -30.15 Q-1.25 -31.05 0 -31.05 1.25 -31.05 2.15 -30.15 L12.2 -20.1 Q13.05 -19.25 13.05 -18 13.05 -16.75 12.2 -15.85 11.3 -15 10.05 -15 8.8 -15 7.95 -15.85 L5 -18.8 5 -5 18.8 -5 15.9 -7.9 Q15 -8.8 15 -10.05 15 -11.3 15.9 -12.15 16.75 -13.05 18 -13.05 19.25 -13.05 20.15 -12.15 L30.2 -2.1 Q31.05 -1.25 31.05 0 31.05 1.25 30.2 2.1 L20.15 12.15 Q19.25 13.05 18.05 13.05 16.8 13.05 15.9 12.2 15 11.3 15 10.1 15 8.85 15.9 7.95 L18.85 5 5 5 5 18.85 7.95 15.9 Q8.8 15 10.05 15 11.25 15 12.15 15.9 13.05 16.75 13.05 18 13.05 19.2 12.2 20.1 L2.15 30.15 Q1.25 31.05 0 31.05 -1.25 31.05 -2.1 30.2 L-12.15 20.15 Q-13.05 19.25 -13.05 18 -13.05 16.75 -12.15 15.9 -11.3 15 -10.05 15 -8.8 15 -7.9 15.9 L-5 18.8 -5 5 -18.8 5 -15.85 7.95 Q-15 8.8 -15 10.05 -15 11.3 -15.85 12.2 -16.75 13.05 -18 13.05 -19.25 13.05 -20.1 12.2 L-30.15 2.15 Q-31.05 1.25 -31.05 0 -31.05 -1.25 -30.15 -2.1 L-20.1 -12.15 Q-19.25 -13.05 -18 -13.05 -16.8 -13.05 -15.9 -12.15 -15 -11.3 -15 -10.05 -15 -8.85 -15.85 -7.95 L-18.8 -5 -5 -5 -5 -18.8 -7.9 -15.9 Q-8.8 -15 -10 -15 -11.25 -15 -12.15 -15.85 -13.05 -16.75 -13.05 -17.95 -13.05 -19.2 -12.15 -20.1 L-2.1 -30.15"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
18
Packs/Kenney-BoardGamesIcon/arrow_cross.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dvhclag3jfuhq"
|
||||||
|
path="res://.godot/imported/arrow_cross.svg-fefd7afbd70f73992798c3fdc6bf247d.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_cross.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_cross.svg-fefd7afbd70f73992798c3fdc6bf247d.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_cross_divided.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-12.15 20.15 Q-13.05 19.25 -13.05 18 -13.05 16.75 -12.15 15.9 -11.3 15 -10.05 15 -8.8 15 -7.9 15.9 L-5 18.8 -5 11 5 11 5 18.85 7.95 15.9 Q8.8 15 10.05 15 11.25 15 12.15 15.9 13.05 16.75 13.05 18 13.05 19.2 12.2 20.1 L2.15 30.15 Q1.25 31.05 0 31.05 -1.25 31.05 -2.1 30.2 L-12.15 20.15 M20.15 12.15 Q19.25 13.05 18.05 13.05 16.8 13.05 15.9 12.2 15 11.3 15 10.1 15 8.85 15.9 7.95 L18.85 5 -18.8 5 -15.85 7.95 Q-15 8.8 -15 10.05 -15 11.3 -15.85 12.2 -16.75 13.05 -18 13.05 -19.25 13.05 -20.1 12.2 L-30.15 2.15 Q-31.05 1.25 -31.05 0 -31.05 -1.25 -30.15 -2.1 L-20.1 -12.15 Q-19.25 -13.05 -18 -13.05 -16.8 -13.05 -15.9 -12.15 -15 -11.3 -15 -10.05 -15 -8.85 -15.85 -7.95 L-18.8 -5 18.8 -5 15.9 -7.9 Q15 -8.8 15 -10.05 15 -11.3 15.9 -12.15 16.75 -13.05 18 -13.05 19.25 -13.05 20.15 -12.15 L30.2 -2.1 Q31.05 -1.25 31.05 0 31.05 1.25 30.2 2.1 L20.15 12.15 M-2.1 -30.15 Q-1.25 -31.05 0 -31.05 1.25 -31.05 2.15 -30.15 L12.2 -20.1 Q13.05 -19.25 13.05 -18 13.05 -16.75 12.2 -15.85 11.3 -15 10.05 -15 8.8 -15 7.95 -15.85 L5 -18.8 5 -11 -5 -11 -5 -18.8 -7.9 -15.9 Q-8.8 -15 -10 -15 -11.25 -15 -12.15 -15.85 -13.05 -16.75 -13.05 -17.95 -13.05 -19.2 -12.15 -20.1 L-2.1 -30.15"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
18
Packs/Kenney-BoardGamesIcon/arrow_cross_divided.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dn4rfb6pxhocc"
|
||||||
|
path="res://.godot/imported/arrow_cross_divided.svg-53e6f5e5131e420083fae585dae34559.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_cross_divided.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_cross_divided.svg-53e6f5e5131e420083fae585dae34559.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_diagonal.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M25 -8 Q25 -6.75 24.15 -5.85 23.25 -5 22 -5 20.75 -5 19.9 -5.85 19 -6.75 19 -8 L19 -11.95 -11.95 19 -8 19 Q-6.75 19 -5.85 19.9 -5 20.75 -5 22 -5 23.25 -5.85 24.15 -6.75 25 -8 25 L-22 25 Q-23.25 25 -24.1 24.15 -25 23.25 -25 22 L-25 8 Q-25 6.75 -24.1 5.9 -23.25 5 -22 5 -20.75 5 -19.85 5.9 -19 6.75 -19 8 L-19 11.95 11.95 -19 8 -19 Q6.75 -19 5.9 -19.85 5 -20.75 5 -22 5 -23.25 5.9 -24.1 6.75 -25 8 -25 L22 -25 Q23.25 -25 24.15 -24.1 25 -23.25 25 -22 L25 -8"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 613 B |
18
Packs/Kenney-BoardGamesIcon/arrow_diagonal.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dqnxdolghirin"
|
||||||
|
path="res://.godot/imported/arrow_diagonal.svg-b265569b7a4ead0c5cc841da907183c1.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_diagonal.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_diagonal.svg-b265569b7a4ead0c5cc841da907183c1.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_diagonal_cross.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-25 -22 Q-25 -23.25 -24.1 -24.1 -23.25 -25 -22 -25 L-8 -25 Q-6.75 -25 -5.85 -24.1 -5 -23.25 -5 -22 -5 -20.75 -5.85 -19.85 -6.75 -19 -8 -19 L-11.95 -19 0 -7.05 11.95 -19 8 -19 Q6.75 -19 5.9 -19.85 5 -20.75 5 -22 5 -23.25 5.9 -24.1 6.75 -25 8 -25 L22 -25 Q23.25 -25 24.15 -24.1 25 -23.25 25 -22 L25 -8 Q25 -6.75 24.15 -5.85 23.25 -5 22 -5 20.75 -5 19.9 -5.85 19 -6.75 19 -8 L19 -11.95 7.05 0 19 11.95 19 8 Q19 6.75 19.9 5.9 20.75 5 22 5 23.25 5 24.15 5.9 25 6.75 25 8 L25 22 Q25 23.25 24.15 24.15 23.25 25 22 25 L8 25 Q6.75 25 5.9 24.15 5 23.25 5 22 5 20.75 5.9 19.9 6.75 19 8 19 L11.95 19 0 7.05 -11.95 19 -8 19 Q-6.75 19 -5.85 19.9 -5 20.75 -5 22 -5 23.25 -5.85 24.15 -6.75 25 -8 25 L-22 25 Q-23.25 25 -24.1 24.15 -25 23.25 -25 22 L-25 8 Q-25 6.75 -24.1 5.9 -23.25 5 -22 5 -20.75 5 -19.85 5.9 -19 6.75 -19 8 L-19 11.95 -7.05 0 -19 -11.95 -19 -8 Q-19 -6.75 -19.85 -5.85 -20.75 -5 -22 -5 -23.25 -5 -24.1 -5.85 -25 -6.75 -25 -8 L-25 -22"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
18
Packs/Kenney-BoardGamesIcon/arrow_diagonal_cross.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bqo7rfusoer6"
|
||||||
|
path="res://.godot/imported/arrow_diagonal_cross.svg-03237f299cfe361924e90a75e03da49d.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_diagonal_cross.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_diagonal_cross.svg-03237f299cfe361924e90a75e03da49d.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-25 -22 Q-25 -23.25 -24.1 -24.1 -23.25 -25 -22 -25 L-8 -25 Q-6.75 -25 -5.85 -24.1 -5 -23.25 -5 -22 -5 -20.75 -5.85 -19.85 -6.75 -19 -8 -19 L-11.95 -19 -3.9 -10.95 -10.9 -3.85 -19 -11.95 -19 -8 Q-19 -6.75 -19.85 -5.85 -20.75 -5 -22 -5 -23.25 -5 -24.1 -5.85 -25 -6.75 -25 -8 L-25 -22 M25 22 Q25 23.25 24.15 24.15 23.25 25 22 25 L8 25 Q6.75 25 5.9 24.15 5 23.25 5 22 5 20.75 5.9 19.9 6.75 19 8 19 L11.95 19 4.3 11.35 7.85 7.8 7.85 7.85 11.35 4.3 19 11.95 19 8 Q19 6.75 19.9 5.9 20.75 5 22 5 23.25 5 24.15 5.9 25 6.75 25 8 L25 22 M25 -8 Q25 -6.75 24.15 -5.85 23.25 -5 22 -5 20.75 -5 19.9 -5.85 19 -6.75 19 -8 L19 -11.95 -11.95 19 -8 19 Q-6.75 19 -5.85 19.9 -5 20.75 -5 22 -5 23.25 -5.85 24.15 -6.75 25 -8 25 L-22 25 Q-23.25 25 -24.1 24.15 -25 23.25 -25 22 L-25 8 Q-25 6.75 -24.1 5.9 -23.25 5 -22 5 -20.75 5 -19.85 5.9 -19 6.75 -19 8 L-19 11.95 11.95 -19 8 -19 Q6.75 -19 5.9 -19.85 5 -20.75 5 -22 5 -23.25 5.9 -24.1 6.75 -25 8 -25 L22 -25 Q23.25 -25 24.15 -24.1 25 -23.25 25 -22 L25 -8"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://7bbofkvi7wq2"
|
||||||
|
path="res://.godot/imported/arrow_diagonal_cross_divided.svg-018024730cc746a929c6d29cf725586d.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_diagonal_cross_divided.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_diagonal_cross_divided.svg-018024730cc746a929c6d29cf725586d.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_horizontal.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M20.15 12.15 Q19.25 13.05 18.05 13.05 16.8 13.05 15.9 12.2 15 11.3 15 10.1 15 8.85 15.9 7.95 L18.85 5 -18.8 5 -15.85 7.95 Q-15 8.8 -15 10.05 -15 11.3 -15.85 12.2 -16.75 13.05 -18 13.05 -19.25 13.05 -20.1 12.2 L-30.15 2.15 Q-31.05 1.25 -31.05 0 -31.05 -1.25 -30.15 -2.1 L-20.1 -12.15 Q-19.25 -13.05 -18 -13.05 -16.8 -13.05 -15.9 -12.15 -15 -11.3 -15 -10.05 -15 -8.85 -15.85 -7.95 L-18.8 -5 18.8 -5 15.9 -7.9 Q15 -8.8 15 -10.05 15 -11.3 15.9 -12.15 16.75 -13.05 18 -13.05 19.25 -13.05 20.15 -12.15 L30.2 -2.1 Q31.05 -1.25 31.05 0 31.05 1.25 30.2 2.1 L20.15 12.15"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 719 B |
18
Packs/Kenney-BoardGamesIcon/arrow_horizontal.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://cunynqfmrobep"
|
||||||
|
path="res://.godot/imported/arrow_horizontal.svg-3e6cb15a4b8a84907b7b26eab911fd4a.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_horizontal.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_horizontal.svg-3e6cb15a4b8a84907b7b26eab911fd4a.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_reserve.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M13.15 24.15 Q12.25 25.05 11.05 25.05 9.8 25.05 8.9 24.2 8 23.3 8 22.1 8 20.85 8.9 19.95 L11.85 17 -21.05 17 Q-23.1 17 -24.55 15.55 -26.05 14.05 -26.05 12 -26.05 9.95 -24.55 8.5 -23.1 7 -21.05 7 L11.8 7 8.9 4.1 Q8 3.2 8 1.95 8 0.7 8.9 -0.15 9.75 -1.05 11 -1.05 12.25 -1.05 13.15 -0.15 L23.2 9.9 Q24.05 10.75 24.05 12 24.05 13.25 23.2 14.1 L13.15 24.15 M-23.15 -9.85 Q-24.05 -10.75 -24.05 -12 -24.05 -13.25 -23.15 -14.1 L-13.1 -24.15 Q-12.25 -25.05 -11 -25.05 -9.8 -25.05 -8.9 -24.15 -8 -23.3 -8 -22.05 -8 -20.85 -8.85 -19.95 L-11.8 -17 21.05 -17 Q23.1 -17 24.6 -15.5 26.05 -14.05 26.05 -12 26.05 -9.95 24.6 -8.45 23.1 -7 21.05 -7 L-11.8 -7 -8.85 -4.05 Q-8 -3.2 -8 -1.95 -8 -0.7 -8.85 0.2 -9.75 1.05 -11 1.05 -12.25 1.05 -13.1 0.2 L-23.15 -9.85"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 902 B |
18
Packs/Kenney-BoardGamesIcon/arrow_reserve.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bagl0na2bp8nu"
|
||||||
|
path="res://.godot/imported/arrow_reserve.svg-1becfe60bc8df2c0b30d85e1bc04bc14.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_reserve.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_reserve.svg-1becfe60bc8df2c0b30d85e1bc04bc14.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_right.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-21.05 5 Q-23.1 5 -24.55 3.55 -26.05 2.05 -26.05 0 -26.05 -2.05 -24.55 -3.5 -23.1 -5 -21.05 -5 L11.8 -5 8.9 -7.9 Q8 -8.8 8 -10.05 8 -11.3 8.9 -12.15 9.75 -13.05 11 -13.05 12.25 -13.05 13.15 -12.15 L23.2 -2.1 Q24.05 -1.25 24.05 0 24.05 1.25 23.2 2.1 L13.15 12.15 Q12.25 13.05 11.05 13.05 9.8 13.05 8.9 12.2 8 11.3 8 10.1 8 8.85 8.9 7.95 L11.85 5 -21.05 5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 513 B |
18
Packs/Kenney-BoardGamesIcon/arrow_right.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bcd5hrjmurqn0"
|
||||||
|
path="res://.godot/imported/arrow_right.svg-9c5a5fa434dab50dab95f4080a93989c.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_right.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_right.svg-9c5a5fa434dab50dab95f4080a93989c.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_right_curve.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-15.2 12.8 Q-15.95 14.15 -17.5 14.6 L-18.6 14.75 -20.5 14.25 Q-22 13.5 -22.55 12.1 L-22.8 11.1 -22.8 10.9 Q-22.85 10 -22.45 9.25 -16.85 -3.7 3.6 -6.45 L4.6 -6.55 10.65 -7.15 7.9 -9.9 Q7 -10.8 7 -12.05 7 -13.3 7.9 -14.15 8.75 -15.05 10 -15.05 11.25 -15.05 12.15 -14.15 L22.2 -4.1 Q23.05 -3.25 23.05 -2 23.05 -0.75 22.2 0.1 L12.15 10.15 Q11.25 11.05 10.05 11.05 8.8 11.05 7.9 10.2 7 9.3 7 8.1 7 6.85 7.9 5.95 L11.1 2.75 10.1 2.8 Q-9.6 2.65 -15.2 12.8"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 608 B |
18
Packs/Kenney-BoardGamesIcon/arrow_right_curve.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://cy0ur2jf03rjf"
|
||||||
|
path="res://.godot/imported/arrow_right_curve.svg-444d57d8abeb93c2e18cc38eceba7e0b.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_right_curve.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_right_curve.svg-444d57d8abeb93c2e18cc38eceba7e0b.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/arrow_rotate.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M29 -0.8 Q29 8.4 22.5 14.95 15.95 21.45 6.75 21.45 3.35 21.55 -1.45 19.8 L-0.25 22.3 Q0.3 23.4 -0.1 24.6 -0.5 25.75 -1.6 26.3 L-3.9 26.45 Q-5.1 26.05 -5.65 24.95 L-10.35 15.25 -11.25 13.55 -11.4 13.15 -12.15 11.6 Q-12.55 10.75 -12.4 9.9 -12.3 9 -11.7 8.35 -11.15 7.65 -10.3 7.4 L3.45 3.25 Q4.65 2.9 5.75 3.5 6.8 4.05 7.2 5.25 7.5 6.45 6.95 7.55 6.35 8.6 5.15 9 L1.3 10.15 Q4.5 11.35 6.75 11.45 11.85 11.45 15.45 7.9 19 4.3 19 -0.8 L19 -0.85 Q18.7 -2.9 19.95 -4.55 21.2 -6.2 23.25 -6.5 25.3 -6.8 26.95 -5.55 28.6 -4.3 28.9 -2.25 L29 -0.8 M-29 0.7 Q-29 -8.5 -22.45 -15 -15.95 -21.55 -6.75 -21.55 -3.15 -21.65 2.05 -19.65 L0.8 -22.25 Q0.25 -23.35 0.7 -24.5 1.1 -25.7 2.2 -26.25 L4.5 -26.35 Q5.65 -25.95 6.2 -24.85 L12.7 -11.5 Q13.1 -10.7 13 -9.8 12.85 -8.95 12.3 -8.25 11.75 -7.6 10.9 -7.3 L-2.85 -3.15 Q-4.05 -2.8 -5.15 -3.4 -6.25 -4 -6.6 -5.15 -7 -6.35 -6.4 -7.45 -5.8 -8.55 -4.6 -8.9 L-0.85 -10.05 Q-4.35 -11.45 -6.75 -11.55 -11.85 -11.55 -15.4 -7.95 -19 -4.4 -19 0.7 L-19 0.75 Q-18.7 2.8 -19.95 4.45 -21.2 6.1 -23.25 6.4 -25.3 6.7 -26.95 5.45 -28.6 4.2 -28.9 2.15 L-29 0.7"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
18
Packs/Kenney-BoardGamesIcon/arrow_rotate.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bg5q4l3xihb6a"
|
||||||
|
path="res://.godot/imported/arrow_rotate.svg-88ab9d86d61e83a37b1e80551dcdf087.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/arrow_rotate.svg"
|
||||||
|
dest_files=["res://.godot/imported/arrow_rotate.svg-88ab9d86d61e83a37b1e80551dcdf087.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/award.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M9.6 -19.9 Q7.25 -22.85 8.35 -26 L8.65 -26.45 9 -26.65 Q12.25 -27.8 15.1 -25.4 18.2 -22.85 16.25 -19.25 L15.8 -18.8 Q12.25 -16.8 9.6 -19.9 M17.45 -16.35 Q19.65 -20.7 23.85 -21 L24.5 -20.9 24.95 -20.6 Q28 -17.3 26.55 -12.65 25.3 -7.5 20 -8 L19.55 -8.1 19.3 -7.7 Q16.2 -3.5 11.5 -5.8 7.3 -8.05 7 -12.4 L7.1 -13.1 7.35 -13.55 Q10.6 -16.7 15.1 -15.25 L16.85 -14.55 17.45 -16.35 M21.75 -0.75 Q25.25 -3.3 28.9 -1.8 L29.4 -1.45 29.65 -1.1 Q30.85 2.85 27.8 5.95 24.7 9.5 20.5 6.95 L20.15 6.65 19.85 6.9 Q15.6 9 12.6 5.25 10.05 1.6 11.55 -1.85 L11.9 -2.45 12.25 -2.65 Q16.2 -3.85 19.35 -0.85 L20.55 0.45 21.75 -0.75 M-21.75 -0.75 L-20.55 0.45 -19.35 -0.85 Q-16.2 -3.85 -12.25 -2.65 L-11.9 -2.45 -11.55 -1.85 Q-10.05 1.6 -12.6 5.25 -15.6 9 -19.85 6.9 L-20.15 6.65 -20.5 6.95 Q-24.7 9.5 -27.8 5.95 -30.85 2.85 -29.65 -1.1 L-29.4 -1.45 -28.9 -1.8 Q-25.25 -3.3 -21.75 -0.75 M-17.45 -16.35 L-16.85 -14.55 -15.1 -15.25 Q-10.6 -16.7 -7.35 -13.55 L-7.1 -13.1 -7 -12.4 Q-7.3 -8.05 -11.5 -5.8 -16.2 -3.5 -19.3 -7.7 L-19.55 -8.1 -20 -8 Q-25.3 -7.5 -26.55 -12.65 -28 -17.3 -24.95 -20.6 L-24.5 -20.9 -23.85 -21 Q-19.65 -20.7 -17.45 -16.35 M-9.6 -19.9 Q-12.25 -16.8 -15.8 -18.8 L-16.25 -19.25 Q-18.2 -22.85 -15.1 -25.4 -12.25 -27.8 -9 -26.65 L-8.65 -26.45 -8.35 -26 Q-7.25 -22.85 -9.6 -19.9 M15.95 23.4 Q16.85 24.2 17 25.45 17.1 26.65 16.3 27.65 15.5 28.55 14.3 28.7 13.05 28.8 12.1 28 6.85 23.6 0.15 21.4 -6.5 23.6 -11.75 28 -12.75 28.8 -13.95 28.7 -15.2 28.55 -16 27.65 -16.8 26.65 -16.65 25.45 -16.55 24.2 -15.6 23.4 -12.85 21.1 -9.7 19.3 L-13.75 19 Q-14.75 18.95 -15.45 18.4 -18.25 19.95 -21 17.7 -24.45 15.2 -23.9 11.35 L-23.75 10.95 -23.25 10.5 Q-20.15 8.65 -16.45 10.4 -15.65 10.8 -15.1 11.35 L-14.15 9.9 Q-11.7 6.6 -7.8 7.05 L-7.45 7.2 -7.05 7.7 Q-5.25 10.4 -6.45 13.65 L0.2 15.15 Q3.2 14.25 6.5 13.7 5.25 10.45 7.05 7.7 L7.45 7.2 7.8 7.05 Q11.7 6.6 14.15 9.9 L15.1 11.35 Q15.65 10.8 16.45 10.4 20.15 8.65 23.25 10.5 L23.75 10.95 23.9 11.35 Q24.45 15.2 21 17.7 18.35 19.85 15.6 18.5 14.9 18.95 14 19 L10.05 19.3 Q13.15 21.1 15.95 23.4"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
18
Packs/Kenney-BoardGamesIcon/award.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://ded47610teo3n"
|
||||||
|
path="res://.godot/imported/award.svg-2e08959f84307b83bf9bd716a72b6e9f.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/award.svg"
|
||||||
|
dest_files=["res://.godot/imported/award.svg-2e08959f84307b83bf9bd716a72b6e9f.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/book_closed.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-5.1 -16.9 L-4.45 -16.95 -4.5 -16.95 11.35 -12.95 11.85 -12.65 11.85 -12.6 12.1 -12.15 12 -11.5 12 -11.55 8.05 -3.55 8.1 -3.55 7.55 -3.05 7.65 -3.05 6.95 -3 -8.95 -7 -9.45 -7.25 -9.7 -7.8 -9.7 -7.85 -9.65 -8.45 -5.65 -16.45 -5.65 -16.4 -5.2 -16.85 -5.1 -16.9 M-11.35 -25.35 Q-10.9 -26.3 -9.95 -26.7 L-8 -26.9 23.8 -18.9 Q24.6 -18.7 25.25 -18 25.85 -17.3 26 -16.4 26.1 -15.5 25.7 -14.65 L23.85 -10.9 25.25 -10 Q25.85 -9.3 26 -8.4 26.1 -7.5 25.7 -6.65 L9.85 25.35 Q9.35 26.3 8.4 26.75 L6.45 26.9 -23.2 19.45 Q-27.7 18 -28.7 14.75 -29.85 11.5 -26.3 4.7 L-11.35 -25.35 M-7.15 -20.5 L-20.3 6 5.55 12.55 16.85 -10.1 16.9 -10.25 16.9 -10.3 18.7 -14 -7.15 -20.5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 813 B |
18
Packs/Kenney-BoardGamesIcon/book_closed.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://b4dq4boxrqaoq"
|
||||||
|
path="res://.godot/imported/book_closed.svg-7c0bddda4539d54b543fbdfb4aecc67a.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/book_closed.svg"
|
||||||
|
dest_files=["res://.godot/imported/book_closed.svg-7c0bddda4539d54b543fbdfb4aecc67a.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/book_open.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-1 24.85 Q-6.75 21.5 -19.05 21 -21.85 20.9 -25.05 20.95 L-26.95 21 -27.3 21 -27.95 21 -28 21 -28.3 21 -28.95 21 -29.95 20.75 -30.7 20.05 -31 19 -31 -17 Q-31 -17.85 -30.4 -18.4 -29.85 -19 -29 -19 L-26 -19 -26 11 Q-26 12.2 -25.15 13.1 L-25.05 13.2 Q-24.25 13.95 -23.1 14 L-18.05 14.3 Q-6.65 15.25 -1.3 17.8 L0 18.1 1.35 17.8 Q6.4 15.35 16.95 14.35 L23.15 14 Q24.15 13.95 24.95 13.3 L25.15 13.1 Q26 12.2 26 11 L26 -19 29 -19 Q29.85 -19 30.45 -18.4 31 -17.85 31 -17 L31 19 30.75 20.05 30 20.75 28.95 21 28.3 21 28 21 27.95 21 27.3 21 26.95 21 24.95 20.95 17.95 21.05 Q6.55 21.7 1.05 24.85 L0 25.1 -1 24.85 M0 13.1 Q-5.75 10.25 -21 9.1 L-22 9 -22 -23 -20.9 -22.9 Q-10.85 -22.1 -6.25 -21 -2.65 -20.15 -0.2 -19 L0 -18.9 0.25 -19 Q2.7 -20.15 6.3 -21 10.15 -21.9 22 -23 L22 9 17.95 9.4 Q5.35 10.45 0 13.1"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 955 B |
18
Packs/Kenney-BoardGamesIcon/book_open.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c386nedkeuioi"
|
||||||
|
path="res://.godot/imported/book_open.svg-46eed5263e3c2219bb32f86f5a60dab8.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/book_open.svg"
|
||||||
|
dest_files=["res://.godot/imported/book_open.svg-46eed5263e3c2219bb32f86f5a60dab8.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/bow.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M21.9 -11.2 L15.95 -8.2 Q21.75 0.7 21 16.25 20.9 18.3 19.4 19.7 17.85 21.1 15.75 21 13.7 20.9 12.3 19.4 11.55 18.55 11.25 17.6 L-5 12.15 -5 15 Q-5 15.85 -5.55 16.45 L-13.55 24.45 Q-14.15 25 -15 25 -15.85 25 -16.4 24.45 -17 23.85 -17 23 L-17 17 -23 17 Q-23.85 17 -24.4 16.45 -25 15.85 -25 15 -25 14.15 -24.4 13.6 L-16.4 5.6 Q-15.85 5 -15 5 L-12.15 5 -17.55 -11.2 Q-18.5 -11.55 -19.3 -12.25 -20.85 -13.6 -21 -15.65 -21.15 -17.75 -19.75 -19.3 -18.4 -20.85 -16.3 -21 -0.75 -21.95 8.25 -16 L11.2 -21.9 Q11.45 -22.4 11.95 -22.7 L13 -23 21 -23 Q21.85 -23 22.45 -22.4 23 -21.85 23 -21 L23 -13 22.7 -11.95 21.9 -11.2 M-0.5 7.35 L11.05 11.2 Q10.7 3.7 8.15 -1.3 L-0.5 7.35 M-7.35 0.5 L1.4 -8.2 Q-3.65 -10.9 -11.2 -11.1 L-7.35 0.5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 877 B |
18
Packs/Kenney-BoardGamesIcon/bow.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://crqmsofn0ctuk"
|
||||||
|
path="res://.godot/imported/bow.svg-5f2c8319d3bd3d024697c7cba85f9c3c.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/bow.svg"
|
||||||
|
dest_files=["res://.godot/imported/bow.svg-5f2c8319d3bd3d024697c7cba85f9c3c.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/campfire.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M11.05 -17.05 Q15.65 -10.55 14.9 -3.95 L14.9 -3.8 Q14 1.55 10.95 5.15 L10.85 5.2 10.8 5.25 Q9.2 7.9 5.8 8.85 L5 8.8 4.35 8.2 Q4.1 7.85 4.15 7.45 L4.4 6.9 Q4.85 5.4 4.25 2.75 1.65 -4.2 -0.5 -6.15 L-0.55 -6.15 -0.65 -6.1 -0.65 -6 -0.65 -5.9 Q-0.55 -2.55 -2.6 0.45 L-2.75 0.55 Q-4.6 2.35 -4.45 4.5 L-4.4 4.75 Q-4.2 6.1 -3.55 7 -3.4 7.35 -3.4 7.8 L-3.55 8.45 -4.2 8.9 -5 8.95 Q-13.4 6.7 -14.9 -1.85 L-14.95 -1.95 Q-15.6 -8.2 -10.55 -13.25 -6.3 -19 -6.5 -25.85 L-6.5 -25.9 Q-6.6 -27.15 -5.85 -27.9 -5.25 -28.9 -4 -29 -2.95 -29.15 -1.95 -28.35 3.85 -23.6 6.6 -17.15 L7.15 -17.75 7.1 -17.65 Q8 -18.4 9.3 -18.15 L9.35 -18.15 Q10.3 -18 11 -17.1 L11.05 -17.05 M18.45 27.05 Q18.05 28.15 16.8 28.7 L14.4 28.8 4.6 25.7 19.6 20.9 19.7 21 Q20.25 22.1 19.85 23.25 L18.45 27.05 M-14.3 9.15 L0 13.75 14.3 9.15 16.8 9.3 Q18 9.85 18.4 11.05 L19.8 14.8 Q20.2 15.95 19.7 17.05 19.05 18.1 17.75 18.5 L0 24.2 -17.75 18.5 Q-19.05 18.1 -19.7 17.05 -20.2 15.95 -19.8 14.8 L-18.4 11.05 Q-18 9.85 -16.8 9.3 L-14.3 9.15 M-18.45 27.05 L-19.85 23.25 Q-20.25 22.1 -19.7 21 L-19.6 20.9 -4.6 25.7 -14.4 28.8 -16.8 28.7 Q-18.05 28.15 -18.45 27.05"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
18
Packs/Kenney-BoardGamesIcon/campfire.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://b6rgvc5yxj2wf"
|
||||||
|
path="res://.godot/imported/campfire.svg-05e931052cbd32959523baefeca53ee5.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/campfire.svg"
|
||||||
|
dest_files=["res://.godot/imported/campfire.svg-05e931052cbd32959523baefeca53ee5.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-12 -23 L12 -23 Q18 -23 18 -17 L18 17 Q18 23 12 23 L-12 23 Q-18 23 -18 17 L-18 -17 Q-18 -23 -12 -23"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 259 B |
18
Packs/Kenney-BoardGamesIcon/card.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dymu58x6djhx0"
|
||||||
|
path="res://.godot/imported/card.svg-b2277dc3a3903a3efb1171eda6119a6e.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card.svg"
|
||||||
|
dest_files=["res://.godot/imported/card.svg-b2277dc3a3903a3efb1171eda6119a6e.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_add.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M16 0 Q14.1 0.05 12.6 0.75 L7.95 -16.55 Q7.2 -19.45 4.3 -18.7 L-3.45 -16.65 -3.85 -16.55 -4.4 -16.35 -13.1 -14.05 Q-16.05 -13.3 -15.25 -10.35 L-8 16.7 Q-7.25 19.6 -4.3 18.8 L0.2 17.6 Q0.5 19.3 1.5 20.65 2.65 22.2 4.2 22.75 L-2.75 24.6 Q-11.45 26.9 -13.8 18.25 L-21.05 -8.8 Q-23.35 -17.5 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.7 -24.5 2.75 -24.5 Q11.4 -26.8 13.75 -18.1 L18.75 0.45 16 0 M6 12 L12 12 12 6 Q12 4.75 13.15 3.9 L13.4 3.75 Q14.5 3 16 3 17.7 3 18.8 3.9 20 4.75 20 6 L20 12 26 12 Q27.25 12 28.15 13.2 29 14.3 29 16 29 17.65 28.15 18.85 27.25 20 26 20 L20 20 20 26 Q20 27.25 18.8 28.15 17.7 29 16 29 14.35 29 13.15 28.15 12 27.25 12 26 L12 20 6 20 Q4.75 20 3.9 18.85 3.25 17.95 3.05 16.85 L3 16 Q3 14.3 3.9 13.2 4.75 12 6 12"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 906 B |
18
Packs/Kenney-BoardGamesIcon/card_add.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bonxeirip7x06"
|
||||||
|
path="res://.godot/imported/card_add.svg-dad39c92f0e377f52bd82ff41ae4578e.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_add.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_add.svg-dad39c92f0e377f52bd82ff41ae4578e.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_diagonal.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-3.45 -16.65 L-3.85 -16.55 -4.4 -16.35 -13.1 -14.05 Q-16.05 -13.3 -15.25 -10.35 L-8 16.7 Q-7.25 19.6 -4.3 18.8 L13.1 14.15 Q16 13.4 15.2 10.5 L7.95 -16.55 Q7.2 -19.5 4.3 -18.7 L-3.45 -16.65 M2.7 -24.5 L2.75 -24.5 Q11.4 -26.8 13.75 -18.1 L21 8.95 Q23.3 17.6 14.65 19.95 L-2.75 24.6 Q-11.45 26.9 -13.8 18.25 L-21.05 -8.8 Q-23.35 -17.5 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.7 -24.5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 554 B |
18
Packs/Kenney-BoardGamesIcon/card_diagonal.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c81nunwhvyou3"
|
||||||
|
path="res://.godot/imported/card_diagonal.svg-d1b464b763f1fb648a4982e41cc1f07f.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_diagonal.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_diagonal.svg-d1b464b763f1fb648a4982e41cc1f07f.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_down.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.8 9.6 -26.55 7 L-26.6 7 -1.6 -8.7 Q4.8 -12.7 11.15 -8.75 L26.65 1"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 372 B |
18
Packs/Kenney-BoardGamesIcon/card_down.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://1wde0uavov7n"
|
||||||
|
path="res://.godot/imported/card_down.svg-012a8051e5ca4b8b751a9de129cadd6f.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_down.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_down.svg-012a8051e5ca4b8b751a9de129cadd6f.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_down_outline.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.8 9.6 -26.55 7 L-26.6 7 -1.6 -8.7 Q4.8 -12.7 11.15 -8.75 L26.65 1 M7.95 -3.65 L8 -3.65 Q4.8 -5.6 1.6 -3.6 L-23.4 12.1 Q-24.05 12.5 -24.35 12.5 -24.05 12.5 -23.4 12.9 L-23.4 12.95 -7.95 22.7 -7.95 22.65 Q-4.75 24.6 -1.55 22.65 L-1.6 22.65 23.45 6.95 24.45 6.55 23.5 6.1 23.45 6.1 7.95 -3.65"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 596 B |
18
Packs/Kenney-BoardGamesIcon/card_down_outline.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://ob76yx2fbsbg"
|
||||||
|
path="res://.godot/imported/card_down_outline.svg-6e8be3818b0b9313f23dc84e4a9e8d51.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_down_outline.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_down_outline.svg-6e8be3818b0b9313f23dc84e4a9e8d51.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_flip.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M19.3 8.2 L20.55 7.25 21 8.95 Q23.3 17.6 14.65 19.95 L-2.75 24.6 Q-11.45 26.9 -13.8 18.25 L-21.05 -8.8 Q-23.35 -17.5 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.7 -24.5 2.75 -24.5 Q10.35 -26.55 13.1 -20.05 L15 -19.85 15.05 -19.85 Q19.6 -19.05 22.1 -16.65 23.75 -15.25 24.65 -13.2 25.75 -10.5 25.45 -6.7 L25.45 -6.55 Q24.75 1.65 14.75 7.6 L14.8 7.6 Q15.6 7.65 16.15 8.35 16.65 9 16.55 9.8 16.45 10.6 15.8 11.15 15.1 11.65 14.3 11.55 L8 10.75 6.1 10.5 4.65 10.35 3.65 9.9 3 9 Q2.8 8.45 2.95 7.9 L4.75 0.3 Q4.95 -0.5 5.65 -0.95 L7.2 -1.2 8.4 -0.3 Q8.85 0.4 8.65 1.2 L8.5 1.85 Q16.4 -2.2 17.5 -7.55 L17.5 -7.4 Q17.65 -9.55 16.7 -10.75 L15.85 -11.3 15.55 -11.4 15.65 -11.05 Q14.7 -9.75 14.45 -8.1 13.85 -5.75 11.45 -3.6 L7.95 -16.55 Q7.2 -19.45 4.3 -18.7 L-3.45 -16.65 -3.85 -16.55 -4.4 -16.35 -13.1 -14.05 Q-16.05 -13.3 -15.25 -10.35 L-8 16.7 Q-7.25 19.6 -4.3 18.8 L12.3 14.35 13.85 14.55 Q15.9 14.8 17.55 13.55 19.2 12.25 19.45 10.2 19.6 9.15 19.3 8.2"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
18
Packs/Kenney-BoardGamesIcon/card_flip.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dirrkn838c5o8"
|
||||||
|
path="res://.godot/imported/card_flip.svg-f89d3981a840eaebe7f4e167111be5f3.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_flip.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_flip.svg-f89d3981a840eaebe7f4e167111be5f3.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_flipdouble.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M19.3 9.2 L20.8 8.1 21 8.95 Q23.3 17.6 14.65 19.95 L-2.75 24.6 Q-9.2 26.3 -12.1 22.05 L-13.3 22.25 -13.6 22.25 -16.85 21.95 Q-18.85 21.5 -20.5 20.3 -22.9 18.5 -24.55 14.95 L-24.6 14.8 Q-28.15 7.4 -22.4 -2.75 L-22.55 -2.7 Q-23.3 -2.4 -24.05 -2.7 -24.85 -3.05 -25.15 -3.8 -25.45 -4.55 -25.15 -5.3 -24.8 -6.1 -24.05 -6.4 L-18.05 -8.9 Q-17.35 -9.45 -16.4 -9.6 L-15.05 -10.15 -13.95 -10.25 Q-13.4 -10.2 -12.95 -9.8 L-12.35 -8.85 -10.15 -1.4 Q-9.95 -0.65 -10.35 0.1 -10.75 0.85 -11.5 1.1 L-13.05 0.9 Q-13.8 0.5 -14 -0.25 L-14.2 -0.9 Q-18.95 6.5 -17.3 11.6 L-17.3 11.65 -17.25 11.7 Q-16.35 13.6 -14.9 14.2 L-14.1 14.25 Q-13.9 12.55 -14.55 10.8 -15.35 7.9 -13.6 4 L-11.35 4.1 -8 16.7 Q-7.25 19.6 -4.3 18.8 L9.8 15.05 13.85 15.55 Q15.9 15.8 17.55 14.55 19.2 13.25 19.45 11.2 19.6 10.15 19.3 9.2 M14.45 -7.1 Q13.85 -4.85 11.65 -2.8 L7.95 -16.55 Q7.2 -19.45 4.3 -18.7 L-3.45 -16.65 -3.85 -16.55 -4.4 -16.35 -13.1 -14.05 -14.65 -13.3 -16.4 -12.9 -17.5 -12.45 Q-18.8 -12.2 -19.8 -11.45 L-21.45 -10.75 Q-22.35 -17.8 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.7 -24.5 2.75 -24.5 Q10.95 -26.7 13.5 -19 L15.4 -18.75 Q19.7 -18 22.1 -15.65 L22.15 -15.6 Q23.75 -14.2 24.65 -12.2 25.75 -9.5 25.45 -5.7 L25.45 -5.55 Q24.75 2.65 14.75 8.6 L14.8 8.6 Q15.6 8.65 16.15 9.35 16.65 10 16.55 10.8 16.45 11.6 15.8 12.15 15.1 12.65 14.3 12.55 L8 11.75 6.1 11.5 4.65 11.35 3.65 10.9 3 10 Q2.8 9.45 2.95 8.9 L4.75 1.3 Q4.95 0.5 5.65 0.05 L7.2 -0.2 Q7.95 0 8.4 0.7 8.85 1.4 8.65 2.2 L8.5 2.85 Q16.4 -1.2 17.5 -6.55 L17.5 -6.4 Q17.65 -8.55 16.7 -9.75 L16.65 -9.75 15.85 -10.3 Q14.75 -8.95 14.45 -7.1"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
18
Packs/Kenney-BoardGamesIcon/card_flipdouble.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bgi7tmx38ngik"
|
||||||
|
path="res://.godot/imported/card_flipdouble.svg-a45b8a254b0e5a96783c6d776a9f55b7.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_flipdouble.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_flipdouble.svg-a45b8a254b0e5a96783c6d776a9f55b7.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_lift.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M5 6 Q5 8.05 3.55 9.55 2.05 11 0 11 -2.05 11 -3.5 9.55 -5 8.05 -5 6 L-5 -9.4 -8.15 -6.2 Q-9.35 -5.05 -11 -5.05 -12.65 -5.05 -13.8 -6.2 -15 -7.4 -15 -9.05 -15 -10.7 -13.8 -11.85 L-2.8 -22.85 Q-1.65 -24.05 0 -24.05 1.65 -24.05 2.85 -22.85 L13.85 -11.85 Q15 -10.7 15 -9.05 15 -7.4 13.85 -6.2 12.65 -5.05 11 -5.05 9.35 -5.05 8.2 -6.2 L5 -9.4 5 6 M-11 -2.05 Q-9.35 -2.05 -8 -2.7 L-8 6 Q-8 9.3 -5.65 11.65 -3.3 14 0 14 3.3 14 5.65 11.65 8 9.3 8 6 L8 -2.7 Q9.35 -2.05 11 -2.05 13.9 -2.05 15.95 -4.1 L16.85 -5.15 26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.8 9.6 -26.55 7 L-26.6 7 -12.05 -2.1 -11 -2.05"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 856 B |
18
Packs/Kenney-BoardGamesIcon/card_lift.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://kthtb432e4tt"
|
||||||
|
path="res://.godot/imported/card_lift.svg-647c9dc85846d8732507598090341ef4.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_lift.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_lift.svg-647c9dc85846d8732507598090341ef4.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_outline.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M1 -17 L0.5 -17 0 -17 -9 -17 Q-12 -17 -12 -14 L-12 14 Q-12 17 -9 17 L9 17 Q12 17 12 14 L12 -14 Q12 -17 9 -17 L1 -17 M9 -23 Q18 -23 18 -14 L18 14 Q18 23 9 23 L-9 23 Q-18 23 -18 14 L-18 -14 Q-18 -23 -9 -23 L0 -23 0.5 -22.95 1 -23 9 -23"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 392 B |
18
Packs/Kenney-BoardGamesIcon/card_outline.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dh607fg3xxao8"
|
||||||
|
path="res://.godot/imported/card_outline.svg-2ed3c788d335eae4bea8db5b96671d26.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_outline.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_outline.svg-2ed3c788d335eae4bea8db5b96671d26.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_outline_lift.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M5 6 Q5 8.05 3.55 9.55 2.05 11 0 11 -2.05 11 -3.5 9.55 -5 8.05 -5 6 L-5 -9.4 -8.15 -6.2 Q-9.35 -5.05 -11 -5.05 -12.65 -5.05 -13.8 -6.2 -15 -7.4 -15 -9.05 -15 -10.7 -13.8 -11.85 L-2.8 -22.85 Q-1.65 -24.05 0 -24.05 1.65 -24.05 2.85 -22.85 L13.85 -11.85 Q15 -10.7 15 -9.05 15 -7.4 13.85 -6.2 12.65 -5.05 11 -5.05 9.35 -5.05 8.2 -6.2 L5 -9.4 5 6 M-11 -2.05 Q-9.35 -2.05 -8 -2.7 L-8 2.45 -23.4 12.1 Q-24.05 12.5 -24.35 12.5 -24.05 12.5 -23.4 12.9 L-23.4 12.95 -7.95 22.7 -7.95 22.65 Q-4.75 24.6 -1.55 22.65 L-1.6 22.65 23.45 6.95 24.45 6.55 23.5 6.1 23.45 6.1 10.5 -2.05 11 -2.05 Q13.9 -2.05 15.95 -4.1 L16.85 -5.15 26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.8 9.6 -26.55 7 L-26.6 7 -12.05 -2.1 -11 -2.05"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 962 B |
18
Packs/Kenney-BoardGamesIcon/card_outline_lift.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://pbglncppi5uh"
|
||||||
|
path="res://.godot/imported/card_outline_lift.svg-7d21b62cfa26c4becdb21eff2cf3774e.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_outline_lift.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_outline_lift.svg-7d21b62cfa26c4becdb21eff2cf3774e.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_outline_place.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-15.95 1 L-12 4.95 -23.4 12.1 Q-24.05 12.5 -24.35 12.5 -24.05 12.5 -23.4 12.9 L-23.4 12.95 -7.95 22.7 -7.95 22.65 Q-4.75 24.6 -1.55 22.65 L-1.6 22.65 23.45 6.95 24.45 6.55 23.5 6.1 23.45 6.1 15.75 1.25 15.95 1 Q18 -1.05 18 -3.95 L18 -4.45 26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.8 9.6 -26.55 7 L-26.6 7 -16.35 0.6 -15.95 1 M2.85 9.9 Q1.65 11.05 0 11.05 -1.65 11.05 -2.8 9.9 L-13.8 -1.1 Q-15 -2.3 -15 -3.95 -15 -5.6 -13.8 -6.75 -12.65 -7.95 -11 -7.95 -9.35 -7.95 -8.15 -6.75 L-5 -3.6 -5 -19 Q-5 -21.05 -3.5 -22.5 -2.05 -24 0 -24 2.05 -24 3.55 -22.5 5 -21.05 5 -19 L5 -3.6 8.2 -6.75 Q9.35 -7.95 11 -7.95 12.65 -7.95 13.85 -6.75 15 -5.6 15 -3.95 15 -2.3 13.85 -1.1 L2.85 9.9"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 938 B |
18
Packs/Kenney-BoardGamesIcon/card_outline_place.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c6aln0fnbfwbl"
|
||||||
|
path="res://.godot/imported/card_outline_place.svg-cc03667d3f4daa73caeca03ef5c8e40f.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_outline_place.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_outline_place.svg-cc03667d3f4daa73caeca03ef5c8e40f.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_outline_remove.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M26.85 21.2 Q28 22.35 28 24 28 25.65 26.85 26.85 25.65 28 24 28 22.35 28 21.2 26.85 L16 21.65 10.85 26.85 Q9.65 28 8 28 6.35 28 5.2 26.85 4 25.65 4 24 4 22.35 5.2 21.2 L10.35 16 5.2 10.85 Q4 9.65 4 8 4 6.35 5.2 5.2 6.35 4 8 4 9.65 4 10.85 5.2 L16 10.35 21.2 5.2 Q22.35 4 24 4 25.65 4 26.85 5.2 28 6.35 28 8 28 9.65 26.85 10.85 L21.65 16 26.85 21.2 M3.1 19.1 Q1.35 20.75 1.1 23 L-9 23 Q-18 23 -18 14 L-18 -14 Q-18 -23 -9 -23 L0 -23 0.5 -22.95 1 -23 9 -23 Q18 -23 18 -14 L18 4.2 16.05 6.15 13 3.1 12 2.25 12 -14 Q12 -17 9 -17 L1 -17 0.5 -17 0 -17 -9 -17 Q-12 -17 -12 -14 L-12 14 Q-12 17 -9 17 L5.2 17 3.1 19.1"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 766 B |
18
Packs/Kenney-BoardGamesIcon/card_outline_remove.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://cat8syj5ilm3c"
|
||||||
|
path="res://.godot/imported/card_outline_remove.svg-17f30dba452dd9775d18cf18a879f6ed.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_outline_remove.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_outline_remove.svg-17f30dba452dd9775d18cf18a879f6ed.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_place.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-15.95 1 L-4.95 12 Q-2.9 14.05 0 14.05 2.9 14.05 4.95 12 L15.95 1 Q18 -1.05 18 -3.95 L18 -4.45 26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.8 9.6 -26.55 7 L-26.6 7 -16.35 0.6 -15.95 1 M2.85 9.9 Q1.65 11.05 0 11.05 -1.65 11.05 -2.8 9.9 L-13.8 -1.1 Q-15 -2.3 -15 -3.95 -15 -5.6 -13.8 -6.75 -12.65 -7.95 -11 -7.95 -9.35 -7.95 -8.15 -6.75 L-5 -3.6 -5 -19 Q-5 -21.05 -3.5 -22.5 -2.05 -24 0 -24 2.05 -24 3.55 -22.5 5 -21.05 5 -19 L5 -3.6 8.2 -6.75 Q9.35 -7.95 11 -7.95 12.65 -7.95 13.85 -6.75 15 -5.6 15 -3.95 15 -2.3 13.85 -1.1 L2.85 9.9"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 794 B |
18
Packs/Kenney-BoardGamesIcon/card_place.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://pf1xxl4urst5"
|
||||||
|
path="res://.godot/imported/card_place.svg-19edac9077527d3093278e89f87d0adc.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_place.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_place.svg-19edac9077527d3093278e89f87d0adc.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_remove.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M17.6 3.55 L15.45 5.7 13.35 3.5 7.95 -16.55 Q7.2 -19.45 4.3 -18.7 L-3.45 -16.65 -3.85 -16.55 -4.4 -16.35 -13.1 -14.05 Q-16.05 -13.3 -15.25 -10.35 L-8 16.7 Q-7.25 19.6 -4.3 18.8 L4.8 16.4 3.55 17.6 Q1.65 19.35 2.05 22.4 L2.1 22.5 2.25 23.25 -2.75 24.6 Q-11.45 26.9 -13.8 18.25 L-21.05 -8.8 Q-23.35 -17.5 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.7 -24.5 2.75 -24.5 Q11.4 -26.8 13.75 -18.1 L19.25 2.4 Q18.35 2.75 17.6 3.55 M11.3 5.65 L15.45 9.85 19.65 5.65 20.05 5.35 Q20.8 4.85 21.95 5 23.45 5.2 24.6 6.4 25.75 7.55 25.9 8.95 26.15 10.4 25.3 11.25 L21.1 15.45 25.25 19.65 Q26.15 20.55 25.95 22 25.75 23.45 24.6 24.6 23.45 25.75 22 25.95 20.55 26.15 19.65 25.25 L15.5 21.05 11.3 25.25 Q10.4 26.15 8.9 25.95 7.55 25.8 6.35 24.6 5.4 23.65 5.1 22.5 L4.95 22 Q4.75 20.55 5.65 19.65 L9.85 15.45 5.7 11.25 Q4.8 10.4 5 9 5.2 7.5 6.35 6.4 7.55 5.2 8.95 5.05 10.4 4.8 11.3 5.65"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1 KiB |
18
Packs/Kenney-BoardGamesIcon/card_remove.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dmfxdmdycwub1"
|
||||||
|
path="res://.godot/imported/card_remove.svg-668842a3c14b1adf24ad14c79d78c2bc.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_remove.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_remove.svg-668842a3c14b1adf24ad14c79d78c2bc.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_rotate.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-16.95 8.3 Q-16.15 8.5 -15.7 9.2 -15.25 9.9 -15.45 10.75 -15.65 11.5 -16.35 11.95 -17.05 12.4 -17.85 12.2 L-18.5 12.05 Q-14.45 19.95 -9.1 21.05 -7.45 21.25 -6.4 22.55 -5.4 23.9 -5.6 25.55 -5.85 27.15 -7.15 28.2 -8.45 29.2 -10.1 29 -18.3 28.3 -24.2 18.3 L-24.2 18.35 Q-24.3 19.15 -24.95 19.7 -25.65 20.2 -26.45 20.1 -27.25 20 -27.75 19.35 -28.3 18.65 -28.15 17.85 L-26.95 8.2 -26.55 7.2 -25.65 6.55 -24.55 6.5 -16.95 8.3 M4.1 -20.25 Q5.8 -18.05 8.55 -17.6 11.45 -16.85 13.95 -13.4 12.95 -12.45 12.6 -10.95 12.1 -8.95 13.2 -7.15 14.3 -5.4 16.3 -4.9 L17.35 -4.65 21 8.95 Q23.3 17.6 14.65 19.95 L-2.75 24.6 Q-2.85 22.45 -4.2 20.65 -5.9 18.45 -8.65 18 -11.55 17.25 -14.05 13.8 -13.05 12.85 -12.7 11.35 -12.2 9.35 -13.3 7.55 -14.4 5.8 -16.4 5.3 L-17.3 5.1 -21.05 -8.8 Q-23.35 -17.5 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.65 -24.45 Q2.65 -22.15 4.1 -20.25 M17 -7.85 Q16.2 -8.05 15.75 -8.75 15.3 -9.45 15.5 -10.25 15.7 -11.05 16.4 -11.5 L17.9 -11.75 18.55 -11.6 Q14.5 -19.5 9.15 -20.55 7.5 -20.8 6.5 -22.1 5.45 -23.4 5.7 -25.05 5.9 -26.7 7.2 -27.7 8.5 -28.75 10.15 -28.5 18.35 -27.85 24.3 -17.85 L24.3 -17.9 Q24.4 -18.7 25.05 -19.2 25.7 -19.75 26.5 -19.6 27.3 -19.55 27.85 -18.85 28.35 -18.2 28.25 -17.4 L27.05 -7.75 26.6 -6.75 Q26.25 -6.3 25.7 -6.1 L24.6 -6.05 17 -7.85"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
18
Packs/Kenney-BoardGamesIcon/card_rotate.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c0r1h7a0h17el"
|
||||||
|
path="res://.godot/imported/card_rotate.svg-5824e4ff6112c6ff35876655aa6b20c2.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_rotate.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_rotate.svg-5824e4ff6112c6ff35876655aa6b20c2.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_subtract.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M2.5 20.65 Q3.5 22 4.8 22.6 L-2.75 24.6 Q-11.45 26.9 -13.8 18.25 L-21.05 -8.8 Q-23.35 -17.5 -14.65 -19.85 L-5.95 -22.15 -5.6 -22.2 -5.05 -22.45 2.7 -24.5 2.75 -24.5 Q11.4 -26.8 13.75 -18.1 L21 8.95 21.05 9 14.8 9 7.95 -16.55 Q7.2 -19.45 4.3 -18.7 L-3.45 -16.65 -3.85 -16.55 -4.4 -16.35 -13.1 -14.05 Q-16.05 -13.3 -15.25 -10.35 L-8 16.7 Q-7.25 19.6 -4.3 18.8 L1.15 17.35 Q1.45 19.2 2.5 20.65 M7 12 L25 12 Q26.25 12 27.15 13.2 28 14.3 28 16 28 17.65 27.15 18.85 26.25 20 25 20 L7 20 Q5.75 20 4.9 18.85 4.15 17.85 4.05 16.6 L4 16 Q4 14.3 4.9 13.2 5.75 12 7 12"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 715 B |
18
Packs/Kenney-BoardGamesIcon/card_subtract.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://pygqfrapd82w"
|
||||||
|
path="res://.godot/imported/card_subtract.svg-cd357123841a212f4b2858c22d66bfae.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_subtract.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_subtract.svg-cd357123841a212f4b2858c22d66bfae.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_tap.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M29 5 L29 23 Q29 29 23 29 L-5 29 Q-11 29 -11 23 L-11 14 -5 14 Q4 14 4 5 L4 -1 23 -1 Q29 -1 29 5 M-23 -29 L-5 -29 Q1 -29 1 -23 L1 5 Q1 11 -5 11 L-23 11 Q-29 11 -29 5 L-29 -23 Q-29 -29 -23 -29"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 349 B |
18
Packs/Kenney-BoardGamesIcon/card_tap.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dk20napb8ue8o"
|
||||||
|
path="res://.godot/imported/card_tap.svg-0b23e864733640fc8c0a02ea6315dd69.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_tap.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_tap.svg-0b23e864733640fc8c0a02ea6315dd69.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_tap_down.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-23 -29 L-5 -29 Q1 -29 1 -23 L1 -16.05 4 -15.2 5 -14.75 Q10 -12.25 13.95 -5.5 L14 -5.65 Q14.1 -6.45 14.75 -6.95 15.4 -7.5 16.2 -7.35 L17.55 -6.6 Q18.05 -5.95 17.95 -5.15 L17.1 1.35 16.9 3.05 16.7 4.5 16.25 5.55 15.35 6.15 14.25 6.2 6.7 4.4 Q5.9 4.2 5.45 3.5 5 2.8 5.2 2 5.4 1.2 6.1 0.75 6.8 0.3 7.65 0.5 L8.2 0.65 Q6.7 -2.3 5 -4.3 L4 -5.35 1 -7.55 1 5 Q1 11 -5 11 L-23 11 Q-29 11 -29 5 L-29 -23 Q-29 -29 -23 -29 M29 5 L29 23 Q29 29 23 29 L-5 29 Q-11 29 -11 23 L-11 14 -5 14 Q3.15 14 3.95 6.65 4.65 7.15 5.6 7.4 L13.2 9.2 16 9.05 16.05 9.05 Q17.25 8.5 18.25 7.45 19.1 6.35 19.3 4.9 L19.45 3.75 Q19.9 2.5 19.75 1.25 L20.05 -1 23 -1 Q29 -1 29 5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 801 B |
18
Packs/Kenney-BoardGamesIcon/card_tap_down.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bf76s2tdv1kj4"
|
||||||
|
path="res://.godot/imported/card_tap_down.svg-cd26cea2dcc0f19b22107967c4e5a80f.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_tap_down.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_tap_down.svg-cd26cea2dcc0f19b22107967c4e5a80f.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_tap_outline.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M29 5 L29 11 23 11 23 5 19 5 19 -1 23 -1 Q29 -1 29 5 M4 5 L4 -1 14 -1 14 5 4 5 M29 23 Q29 29 23 29 L19 29 19 23 23 23 23 17 29 17 29 23 M4 23 L14 23 14 29 4 29 4 23 M-23 -29 L-5 -29 Q1 -29 1 -23 L1 5 Q1 11 -5 11 L-23 11 Q-29 11 -29 5 L-29 -23 Q-29 -29 -23 -29 M-5 29 Q-11 29 -11 23 L-11 17 -5 17 -5 23 -1 23 -1 29 -5 29"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 478 B |
18
Packs/Kenney-BoardGamesIcon/card_tap_outline.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://bgc7svk2lto4q"
|
||||||
|
path="res://.godot/imported/card_tap_outline.svg-c4e05c512e8cf81cc5e2d155cc161789.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_tap_outline.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_tap_outline.svg-c4e05c512e8cf81cc5e2d155cc161789.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_tap_outline_down.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-5 11 L-23 11 Q-29 11 -29 5 L-29 -23 Q-29 -29 -23 -29 L-5 -29 Q1 -29 1 -23 L1 -16.05 Q8.45 -14.85 13.95 -5.5 L14 -5.65 Q14.1 -6.45 14.75 -6.95 15.4 -7.5 16.2 -7.35 L17.55 -6.6 Q18.05 -5.95 17.95 -5.15 L17.1 1.35 16.9 3.05 16.7 4.5 16.25 5.55 15.35 6.15 14.25 6.2 6.7 4.4 Q5.9 4.2 5.45 3.5 5 2.8 5.2 2 5.4 1.2 6.1 0.75 6.8 0.3 7.65 0.5 L8.2 0.65 Q5 -5.6 1 -7.55 L1 5 Q1 11 -5 11 M29 5 L29 11 23 11 23 5 19.3 5 19.3 4.9 19.45 3.75 Q19.9 2.5 19.75 1.25 L20.05 -1 23 -1 Q29 -1 29 5 M29 23 Q29 29 23 29 L19 29 19 23 23 23 23 17 29 17 29 23 M4 23 L14 23 14 29 4 29 4 23 M-5 29 Q-11 29 -11 23 L-11 17 -5 17 -5 23 -1 23 -1 29 -5 29"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 783 B |
18
Packs/Kenney-BoardGamesIcon/card_tap_outline_down.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://cdhwqh5mw4ptm"
|
||||||
|
path="res://.godot/imported/card_tap_outline_down.svg-6f04d3097763899d266b1ad0656364e0.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_tap_outline_down.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_tap_outline_down.svg-6f04d3097763899d266b1ad0656364e0.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_tap_outline_up.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M11.35 1 L11.35 1.1 Q10.25 -4.25 2.25 -8.3 L2.35 -7.95 Q2.55 -7.15 2.1 -6.45 1.65 -5.75 0.9 -5.55 0.05 -5.35 -0.65 -5.8 -1.35 -6.25 -1.55 -7.05 L-3.35 -14.6 -3.3 -15.65 -2.65 -16.6 Q-2.25 -16.95 -1.65 -17 L8 -18.25 Q8.8 -18.4 9.45 -17.9 10.1 -17.4 10.25 -16.55 10.35 -15.75 9.85 -15.1 9.35 -14.45 8.55 -14.3 L8.1 -14.25 Q18.65 -8.3 19.3 0.15 L19.3 0.25 Q20.25 10.4 11.1 12.95 9.5 13.4 8.05 12.6 6.6 11.8 6.15 10.25 5.65 8.65 6.45 7.2 7.25 5.75 8.85 5.25 11.65 4.3 11.35 1 M-23 -29 L-5 -29 Q1 -29 1 -23 L1 -20.4 -2.05 -20 Q-3.45 -19.8 -4.55 -18.9 L-4.6 -18.9 Q-5.7 -18 -6.15 -16.6 L-6.15 -16.65 Q-6.6 -15.3 -6.25 -13.9 L-4.45 -6.35 Q-4 -4.35 -2.25 -3.25 L-2.2 -3.25 Q-0.7 -2.3 1 -2.5 L1 5 Q1 11 -5 11 L-23 11 Q-29 11 -29 5 L-29 -23 Q-29 -29 -23 -29 M4 5 L4 -1 7.05 -1 Q8 0.25 8.35 1.6 8.3 2.15 7.9 2.4 5.6 3.1 4.3 5 L4 5 M29 5 L29 11 23 11 23 5 22.2 5 Q22.5 2.8 22.3 0.25 L22.3 0.2 22.3 0.1 22.3 -0.1 22.25 -1 23 -1 Q29 -1 29 5 M-5 29 Q-11 29 -11 23 L-11 17 -5 17 -5 23 -1 23 -1 29 -5 29 M29 23 Q29 29 23 29 L19 29 19 23 23 23 23 17 29 17 29 23 M4 23 L14 23 14 29 4 29 4 23"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
18
Packs/Kenney-BoardGamesIcon/card_tap_outline_up.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://decme6lyv5ujo"
|
||||||
|
path="res://.godot/imported/card_tap_outline_up.svg-6f54a9fd230e9a2433dedb281eec17fe.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_tap_outline_up.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_tap_outline_up.svg-6f54a9fd230e9a2433dedb281eec17fe.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_tap_up.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-5 29 Q-11 29 -11 23 L-11 14 -5 14 Q4 14 4 5 L4 -1 10.65 -1 Q8.7 -5.05 2.4 -8.25 L2.55 -7.65 Q2.75 -6.85 2.3 -6.15 1.85 -5.45 1.1 -5.25 0.25 -5.05 -0.45 -5.5 -1.15 -5.95 -1.35 -6.75 L-3.15 -14.3 -3.1 -15.35 -2.45 -16.3 -1.45 -16.7 0.05 -16.9 1.75 -17.15 8.2 -17.95 9.65 -17.6 Q10.3 -17.1 10.45 -16.25 10.55 -15.45 10.05 -14.8 9.55 -14.15 8.75 -14 L8.6 -14 Q17.95 -8.5 19.15 -1 L23.4 -1 Q29 -0.8 29 5 L29 23 Q29 29 23 29 L-5 29 M-23 -29 L-5 -29 Q1 -29 1 -23 L1 -19.95 -0.6 -19.65 -1.75 -19.5 Q-3.2 -19.3 -4.3 -18.45 -5.35 -17.45 -5.9 -16.25 L-5.9 -16.2 Q-6.4 -14.8 -6.05 -13.4 L-4.25 -5.8 Q-3.75 -3.8 -2 -2.65 -0.55 -1.75 1 -1.95 L1 5 Q1 11 -5 11 L-23 11 Q-29 11 -29 5 L-29 -23 Q-29 -29 -23 -29"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 853 B |
18
Packs/Kenney-BoardGamesIcon/card_tap_up.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c0gdimvgu2txr"
|
||||||
|
path="res://.godot/imported/card_tap_up.svg-0b9178e4f640768ae37b21c2244c0bd1.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_tap_up.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_tap_up.svg-0b9178e4f640768ae37b21c2244c0bd1.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/card_target.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M10 -22 Q16 -22 16 -16 L16 -12 10 -12 10 -16 4 -16 4 -22 10 -22 M16 6 L10 6 10 -6 16 -6 16 6 M16 16 Q16 22 10 22 L4 22 4 16 10 16 10 12 16 12 16 16 M-10 -22 L-4 -22 -4 -16 -10 -16 -10 -12 -16 -12 -16 -16 Q-16 -22 -10 -22 M-10 6 L-16 6 -16 -6 -10 -6 -10 6 M-10 22 Q-16 22 -16 16 L-16 12 -10 12 -10 16 -4 16 -4 22 -10 22"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 477 B |
18
Packs/Kenney-BoardGamesIcon/card_target.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://dfhhlwmwm77xw"
|
||||||
|
path="res://.godot/imported/card_target.svg-7bdd2c6c4b61afe6680364cb0c923d9b.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/card_target.svg"
|
||||||
|
dest_files=["res://.godot/imported/card_target.svg-7bdd2c6c4b61afe6680364cb0c923d9b.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_collection.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-12 11 Q-12 14 -9 14 L9 14 Q12 14 12 11 L12 -12.8 12 -12.9 12 -17 Q12 -20 9 -20 L1 -20 0.5 -20 0 -20 -9 -20 Q-12 -20 -12 -17 L-12 11 M-18 -17 Q-18 -26 -9 -26 L0 -26 0.5 -25.95 1 -26 9 -26 Q18 -26 18 -17 L18 -15.55 22.7 -14.95 Q30.85 -13.9 29.95 -5.65 L29.95 -5.6 27 18.7 Q26.5 22.75 24.1 24.45 21.85 26.4 17.8 25.9 L17.75 25.9 2.2 24 -0.5 23.3 Q-1.65 23.8 -3.15 24 L-18.75 25.9 Q-22.85 26.4 -25.05 24.45 -27.5 22.75 -27.95 18.7 L-27.95 18.65 -30.9 -5.65 Q-31.85 -13.9 -23.7 -14.95 L-23.65 -14.95 -18 -15.7 -18 -17"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 673 B |
18
Packs/Kenney-BoardGamesIcon/cards_collection.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://muq6jm3crpic"
|
||||||
|
path="res://.godot/imported/cards_collection.svg-2fed9839efa04a98ff864e677573a844.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_collection.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_collection.svg-2fed9839efa04a98ff864e677573a844.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_collection_outline.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-24.95 -6.3 L-22 17.95 Q-21.85 19.15 -21.35 19.75 L-19.55 19.95 -19.5 19.95 -13.55 19.2 Q-18 17.3 -18 11 L-18 -9.65 -22.9 -9 Q-25.25 -8.7 -24.95 -6.35 L-24.95 -6.3 M21.95 -9 L18 -9.5 18 11 Q18 17.5 13.35 19.3 L18.55 19.95 20.35 19.75 Q20.85 19.15 21.05 17.95 L24 -6.3 24 -6.35 Q24.2 -8.7 21.95 -9 M-12 11 Q-12 14 -9 14 L9 14 Q12 14 12 11 L12 -12.8 12 -12.9 12 -17 Q12 -20 9 -20 L1 -20 0.5 -20 0 -20 -9 -20 Q-12 -20 -12 -17 L-12 11 M-23.7 -14.95 L-23.65 -14.95 -18 -15.7 -18 -17 Q-18 -26 -9 -26 L0 -26 0.5 -25.95 1 -26 9 -26 Q18 -26 18 -17 L18 -15.55 22.7 -14.95 Q30.85 -13.9 29.95 -5.65 L29.95 -5.6 27 18.7 Q26.5 22.75 24.1 24.45 21.85 26.4 17.8 25.9 L17.75 25.9 2.2 24 -0.5 23.3 Q-1.65 23.8 -3.15 24 L-18.75 25.9 Q-22.85 26.4 -25.05 24.45 -27.5 22.75 -27.95 18.7 L-27.95 18.65 -30.9 -5.65 Q-31.85 -13.9 -23.7 -14.95"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 976 B |
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://d03goppyrf650"
|
||||||
|
path="res://.godot/imported/cards_collection_outline.svg-7ee635cd7566599b1e904d0f9be00860.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_collection_outline.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_collection_outline.svg-7ee635cd7566599b1e904d0f9be00860.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_diagonal.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M7.7 -21.5 L7.75 -21.5 Q16.4 -23.8 18.75 -15.1 L21.6 -4.55 21.7 -3.5 22.1 -2.6 26 11.95 Q28.3 20.6 19.65 22.95 L2.25 27.6 Q-6.3 29.9 -8.7 21.6 L-8.75 21.6 Q-17.45 23.9 -19.8 15.25 L-27.05 -11.8 Q-29.35 -20.5 -20.65 -22.85 L-11.95 -25.15 -11.6 -25.2 -11.05 -25.45 -3.3 -27.5 -3.25 -27.5 Q5.25 -29.8 7.65 -21.45 L7.7 -21.5 M2.65 -17 L1.95 -19.55 Q1.2 -22.5 -1.7 -21.7 L-9.45 -19.65 -9.85 -19.55 -10.4 -19.35 -19.1 -17.05 Q-22.05 -16.3 -21.25 -13.35 L-14 13.7 Q-13.25 16.6 -10.3 15.8 L7.1 11.15 Q10 10.4 9.2 7.5 L2.7 -16.85 2.65 -17"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 688 B |
18
Packs/Kenney-BoardGamesIcon/cards_diagonal.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://cc1pct705sb0t"
|
||||||
|
path="res://.godot/imported/cards_diagonal.svg-959f8df445c127531ab7bb599b6b5ffe.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_diagonal.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_diagonal.svg-959f8df445c127531ab7bb599b6b5ffe.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_fan.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-5.05 9.15 L11.8 13.65 12.3 13.8 12.35 13.8 14.8 13.85 Q15.6 13.2 16 11.7 L23.3 -15.3 Q24.1 -18.25 21.15 -19.05 L21.1 -19.05 13.4 -21.15 13.15 -21.25 12.45 -21.35 3.75 -23.75 3.8 -23.75 Q0.85 -24.55 0.05 -21.55 L0.05 -21.6 -1.4 -15.9 -1.5 -15.6 -7.15 5.45 Q-7.95 8.35 -5.05 9.15 M7.4 24.95 L-10 29.6 Q-18.7 31.9 -21.05 23.25 L-28.3 -3.8 Q-30.6 -12.5 -21.9 -14.85 L-13.2 -17.15 -12.85 -17.2 -12.25 -17.45 -6.85 -18.85 -5.75 -23.05 -5.75 -23.1 Q-3.45 -31.85 5.35 -29.55 L14.05 -27.15 14.35 -27.05 15 -26.95 22.7 -24.85 Q31.4 -22.55 29.1 -13.75 L21.8 13.25 Q20.65 17.55 17.8 19.05 16.1 20.15 13.75 20.1 12.4 23.6 7.4 24.95"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 779 B |
18
Packs/Kenney-BoardGamesIcon/cards_fan.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://lc14urp05lnj"
|
||||||
|
path="res://.godot/imported/cards_fan.svg-196c5ab93a0b259cd4812815d5794407.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_fan.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_fan.svg-196c5ab93a0b259cd4812815d5794407.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_fan_outline.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M5.85 19.15 L7.1 18.65 -6.6 14.95 Q-15.25 12.65 -12.95 3.9 L-8.6 -12.2 -10.7 -11.65 -11.05 -11.55 -11.65 -11.35 -20.35 -9.05 Q-23.3 -8.3 -22.5 -5.35 L-15.25 21.7 Q-14.5 24.6 -11.55 23.8 L5.85 19.15 M13.4 -21.15 L13.15 -21.25 12.45 -21.35 3.75 -23.75 3.8 -23.75 Q0.85 -24.55 0.05 -21.55 L0.05 -21.6 -1.4 -15.9 -1.55 -15.45 -7.15 5.45 Q-7.95 8.35 -5.05 9.15 L11.8 13.65 12.3 13.8 12.35 13.8 14.8 13.85 Q15.6 13.2 16 11.7 L23.3 -15.3 Q24.1 -18.25 21.15 -19.05 L21.1 -19.05 13.4 -21.15 M22.7 -24.85 Q31.4 -22.55 29.1 -13.75 L21.8 13.25 Q20.65 17.55 17.8 19.05 16.1 20.15 13.75 20.1 12.4 23.6 7.4 24.95 L-10 29.6 Q-18.7 31.9 -21.05 23.25 L-28.3 -3.8 Q-30.6 -12.5 -21.9 -14.85 L-13.2 -17.15 -12.85 -17.2 -12.25 -17.45 -6.85 -18.85 -5.75 -23.05 -5.75 -23.1 Q-3.45 -31.85 5.35 -29.55 L14.05 -27.15 14.35 -27.05 15 -26.95 22.7 -24.85"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 983 B |
18
Packs/Kenney-BoardGamesIcon/cards_fan_outline.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://b1jnhvr2ks5b2"
|
||||||
|
path="res://.godot/imported/cards_fan_outline.svg-b6d07718e02039451dfa3ef9d72eca13.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_fan_outline.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_fan_outline.svg-b6d07718e02039451dfa3ef9d72eca13.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_flip.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M-18.4 1.5 Q-19 0.9 -19 0.05 -19 -0.8 -18.4 -1.35 L-12.3 -7.4 Q-11.75 -8 -10.9 -8 -10.05 -8 -9.45 -7.4 -8.9 -6.85 -8.9 -6 -8.9 -5.15 -9.45 -4.55 L-11.1 -2.95 6.65 -2.95 5 -4.55 Q4.4 -5.15 4.4 -6 4.4 -6.85 5 -7.4 5.55 -8 6.4 -8 7.25 -8 7.85 -7.4 L13.95 -1.35 Q14.5 -0.8 14.5 0.05 14.5 0.9 13.95 1.5 L7.85 7.6 Q7.25 8.15 6.4 8.15 5.55 8.15 5 7.6 4.4 7 4.4 6.15 4.4 5.3 5 4.75 L6.65 3.05 -11.15 3.05 -9.45 4.75 Q-8.9 5.3 -8.9 6.15 -8.9 7 -9.45 7.6 -10.05 8.15 -10.9 8.15 -11.75 8.15 -12.3 7.6 L-18.4 1.5 M-5.9 -6 Q-5.9 -8.05 -7.3 -9.5 L-7.35 -9.55 Q-8.85 -11 -10.85 -11 L-10.9 -11 Q-12.95 -11 -14.4 -9.55 L-20.55 -3.45 Q-22 -2 -22 0.05 L-22 0.1 Q-22 2.1 -20.55 3.6 L-14.4 9.75 Q-12.95 11.15 -10.9 11.15 L-10.85 11.15 Q-8.85 11.15 -7.35 9.75 L-7.3 9.7 Q-6.45 8.75 -6.1 7.65 -5.65 8.7 -4.05 9.15 L10.75 13.1 11.15 13.2 13.4 13.85 13.35 13.8 15.8 13.85 Q16.6 13.2 17 11.7 L24.3 -15.3 Q25.1 -18.25 22.15 -19.05 L22.1 -19.05 14.4 -21.15 14.15 -21.25 13.45 -21.35 4.75 -23.75 4.8 -23.75 Q1.85 -24.55 1.05 -21.55 L1.05 -21.6 -0.3 -16.4 -0.4 -16.05 -0.45 -15.9 -3.1 -5.95 -5.9 -5.95 -5.9 -6 M6.4 24.95 L-11 29.6 Q-19.7 31.9 -22.05 23.25 L-29.3 -3.8 Q-31.6 -12.5 -22.9 -14.85 L-14.2 -17.15 -13.85 -17.2 -13.3 -17.45 -5.7 -19.45 -4.75 -23.1 Q-2.45 -31.85 6.35 -29.55 L15.05 -27.15 15.35 -27.05 16 -26.95 23.7 -24.85 Q32.4 -22.55 30.1 -13.75 L22.8 13.25 Q21.65 17.55 18.8 19.05 16.45 20.55 12.85 19.85 11.6 23.55 6.4 24.95"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
18
Packs/Kenney-BoardGamesIcon/cards_flip.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://c2fttlyjgmimb"
|
||||||
|
path="res://.godot/imported/cards_flip.svg-29cee46807eecb0f1a7b21afb1c7f507.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_flip.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_flip.svg-29cee46807eecb0f1a7b21afb1c7f507.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_order.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M2.65 -17 L2.65 -17.05 2.65 -17.15 2.65 -17.2 2.6 -17.25 1.95 -19.55 Q1.2 -22.5 -1.7 -21.7 L-9.45 -19.65 -9.85 -19.55 -10.4 -19.35 -19.1 -17.05 Q-22.05 -16.3 -21.25 -13.35 L-14 13.7 Q-13.25 16.6 -10.3 15.8 L7.1 11.15 8.2 10.7 Q4.6 3.4 -4.8 1.6 L-3.5 3.4 Q-2.8 4.4 -3 5.65 -3.2 6.85 -4.2 7.6 -5.2 8.3 -6.45 8.1 -7.65 7.9 -8.35 6.9 L-14.2 -1.3 Q-14.95 -2.25 -14.75 -3.45 -14.6 -4.6 -13.7 -5.35 L-5.6 -11.95 Q-4.65 -12.75 -3.4 -12.6 -2.15 -12.5 -1.35 -11.55 -0.6 -10.6 -0.7 -9.35 -0.85 -8.1 -1.8 -7.3 L-3.1 -6.25 Q2.35 -5.25 6.45 -2.9 L2.7 -16.85 2.65 -17 M7.7 -21.5 L7.75 -21.5 Q16.4 -23.8 18.75 -15.1 L21.6 -4.55 21.7 -3.5 22.1 -2.6 26 11.95 Q28.3 20.6 19.65 22.95 L2.25 27.6 Q-6.3 29.9 -8.7 21.6 L-8.75 21.6 Q-17.45 23.9 -19.8 15.25 L-27.05 -11.8 Q-29.35 -20.5 -20.65 -22.85 L-11.95 -25.15 -11.6 -25.2 -11.05 -25.45 -3.3 -27.5 -3.25 -27.5 Q5.25 -29.8 7.65 -21.45 L7.7 -21.5"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1 KiB |
18
Packs/Kenney-BoardGamesIcon/cards_order.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://kuq3j3sg77f0"
|
||||||
|
path="res://.godot/imported/cards_order.svg-002614f6ac21667985539ccef85cb651.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_order.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_order.svg-002614f6ac21667985539ccef85cb651.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_return.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M0.9 -15.25 Q-1.55 -15.55 -3.5 -14 L-6.1 -17.45 -5.2 -18.2 Q0.5 -23.15 7.4 -20.2 L7.45 -20.2 24.2 -12.8 24.15 -12.8 Q28.7 -10.85 28.7 -7.9 29.5 -5.1 25.75 -1.85 L24.2 -0.55 26.65 1 Q30.85 3.6 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.6 10.95 -29.5 9.55 -30.6 8.35 -30.6 6.95 -31.45 4.15 -27.65 1 L-27.6 0.95 -18.45 -6.9 Q-16.9 -5.15 -15.45 -2.85 L-16.55 -2.3 Q-18.65 -1 -19.25 1.4 L-19.3 1.75 -23.75 5.55 -24.55 6.05 -23.6 6.3 -23.5 6.35 -23.45 6.4 -23.2 6.45 -6.9 13.7 -6.85 13.7 Q-3.4 15.15 -0.6 12.75 L-0.6 12.8 16.95 -2.2 17.45 -2.65 21.85 -6.4 22.8 -7.05 Q22.45 -7 21.8 -7.3 L21.75 -7.3 5 -14.7 5.05 -14.7 Q3.2 -15.5 1.55 -15.15 L0.9 -15.25 M-25.95 -15.3 Q-28 -15.55 -29.25 -17.2 -30.5 -18.85 -30.25 -20.9 -30 -22.95 -28.35 -24.2 -26.7 -25.45 -24.65 -25.2 -11.95 -24.05 -2.85 -7.8 L-2.6 -9.95 Q-2.5 -11.2 -1.5 -11.95 -0.5 -12.7 0.7 -12.55 1.95 -12.45 2.7 -11.45 3.45 -10.5 3.35 -9.25 L1.55 5.65 0.9 7.2 -0.5 8.15 -2.15 8.25 -13.95 5.45 Q-15.15 5.15 -15.8 4.1 -16.45 3 -16.15 1.8 -15.9 0.6 -14.8 -0.05 -13.75 -0.7 -12.55 -0.4 L-9.95 0.2 Q-16.8 -13.6 -25.95 -15.3"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
18
Packs/Kenney-BoardGamesIcon/cards_return.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://b115mo0ol4mqc"
|
||||||
|
path="res://.godot/imported/cards_return.svg-d4b5f827561b63ee0e2e90e852e925e3.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_return.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_return.svg-d4b5f827561b63ee0e2e90e852e925e3.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|
6
Packs/Kenney-BoardGamesIcon/cards_seek.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<path stroke="none" fill="#FFFFFF" d="M19.95 -10.85 Q20.5 -11.85 20.5 -12.85 L26.65 -9 Q30.85 -6.4 30.45 -3.45 30.8 -0.85 27.45 1.55 30.8 3.9 30.45 6.55 30.85 9.4 26.65 12.05 L1.6 27.75 Q-4.75 31.7 -11.1 27.75 L-11.15 27.75 -26.6 18 -26.55 18 Q-30.8 15.4 -30.4 12.5 -30.75 9.9 -27.35 7.5 -30.75 5.15 -30.4 2.5 -30.8 -0.4 -26.55 -3 L-26.6 -3 -19.85 -7.2 Q-18.15 -4.7 -15.9 -2.65 L-15.95 -2.75 Q-10.05 2.95 -2.15 3.4 L-0.95 3.4 -0.65 3.4 Q7.75 3.3 14 -2.6 L14.05 -2.6 Q17.7 -6.1 19.9 -10.75 L19.95 -10.85 M-0.95 -21.35 Q-4.45 -21.35 -6.9 -18.95 -9.3 -16.45 -9.3 -13 -9.3 -9.5 -6.9 -7.05 -4.45 -4.6 -0.95 -4.6 2.5 -4.6 5 -7.05 7.45 -9.5 7.45 -13 7.45 -16.45 5 -18.95 2.5 -21.35 -0.95 -21.35 M-0.95 -18 Q1.15 -18 2.6 -16.5 4.1 -15.1 4.1 -13 4.1 -10.9 2.6 -9.4 1.15 -7.95 -0.95 -7.95 -3.05 -7.95 -4.55 -9.4 -5.95 -10.8 -5.95 -13 -5.95 -15.1 -4.55 -16.5 -3.05 -18 -0.95 -18 M-0.95 -26.4 Q6.45 -26.4 11.95 -21.1 15.25 -17.95 17.25 -13.75 17.65 -12.9 17.25 -12.15 15.25 -7.95 11.95 -4.8 6.45 0.4 -0.95 0.4 -8.4 0.4 -13.9 -4.9 -17.25 -7.95 -19.3 -12.25 -19.55 -12.9 -19.3 -13.65 -17.25 -17.95 -13.9 -21.1 -8.4 -26.4 -0.95 -26.4"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
18
Packs/Kenney-BoardGamesIcon/cards_seek.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="svg"
|
||||||
|
type="SVGTexture"
|
||||||
|
uid="uid://db6rrgsila3oq"
|
||||||
|
path="res://.godot/imported/cards_seek.svg-de25d7eb7662f41d25618507726bada6.svgtex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://packs/Kenney-BoardGamesIcon/cards_seek.svg"
|
||||||
|
dest_files=["res://.godot/imported/cards_seek.svg-de25d7eb7662f41d25618507726bada6.svgtex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
base_scale=1.0
|
||||||
|
saturation=1.0
|
||||||
|
color_map={}
|
||||||
|
compress=true
|