Added dart board that the dart can get stuck too.
The prototype of the dart board was added to the main scene. Added and area 3D to the dart board with the group dartable so that the added ray on the end of the dart can collide with the board. Also added a button to change camera angles using the c key. The dart only sticks to a cylinder added to the board so there is no way to detect where and which segment the dart's ray is currently stuck to.
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c2qvwu0v2uolj"
|
||||
path="res://.godot/imported/Green.png-6f1f5b0c58d2ec51c6b638c11ba4264b.ctex"
|
||||
path="res://.godot/imported/Green.png-eb27d74972834b4632d3203a5b38f965.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Models/Dartboard/Textures/Green.png"
|
||||
dest_files=["res://.godot/imported/Green.png-6f1f5b0c58d2ec51c6b638c11ba4264b.ctex"]
|
||||
source_file="res://models/Dartboard/Textures/Green.png"
|
||||
dest_files=["res://.godot/imported/Green.png-eb27d74972834b4632d3203a5b38f965.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user