stuff
This commit is contained in:
parent
7d3e6ccc2a
commit
8aaba75408
5 changed files with 41 additions and 1 deletions
25
gmtk_2024/objects/Goal.tscn
Normal file
25
gmtk_2024/objects/Goal.tscn
Normal file
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://d0gpnqknarkg7"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/goal.gd" id="1_xjaxa"]
|
||||
[ext_resource type="Texture2D" uid="uid://hsp64ixwg2bb" path="res://temp_assets/goal.png" id="1_y0s3c"]
|
||||
[ext_resource type="Texture2D" uid="uid://bs8mevd0fornj" path="res://temp_assets/goal_bg.png" id="2_mxvn8"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_fjcci"]
|
||||
radius = 41.0488
|
||||
|
||||
[node name="Goal" type="Area2D" node_paths=PackedStringArray("img", "img2")]
|
||||
scale = Vector2(0.5, 0.5)
|
||||
script = ExtResource("1_xjaxa")
|
||||
img = NodePath("GoalImg")
|
||||
img2 = NodePath("GoalBg")
|
||||
|
||||
[node name="GoalBg" type="Sprite2D" parent="."]
|
||||
z_index = -1
|
||||
position = Vector2(-4, 0)
|
||||
texture = ExtResource("2_mxvn8")
|
||||
|
||||
[node name="GoalImg" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_y0s3c")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_fjcci")
|
Loading…
Add table
Add a link
Reference in a new issue