Dartboard prototype with working raycast

This commit is contained in:
Johan Sandoval
2026-06-30 19:18:45 -05:00
parent b3836e266f
commit a237d0c887
55 changed files with 1409 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="Modifier" format=3 uid="uid://ccyxtrth046pt"]
[ext_resource type="Script" uid="uid://duh0lxb7gdimr" path="res://Scripts/Modifier.gd" id="1_6fe4u"]
[ext_resource type="Texture2D" uid="uid://b1vf3204p4ys6" path="res://Models/Dartboard/Textures/Coffee.png" id="2_6fe4u"]
[resource]
script = ExtResource("1_6fe4u")
id = "0"
title = "Stars"
description = "Adds 40 to your score"
texture = ExtResource("2_6fe4u")
score_add = 40
metadata/_custom_type_script = "uid://duh0lxb7gdimr"