mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 12:23:47 +00:00
Rotating prism sprite
This commit is contained in:
parent
dbca78c0b7
commit
ec64f272c4
6 changed files with 55 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://pvpt2af54s1a"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://yf367y2o5oyh" path="res://Scripts/Actors/Prism.cs" id="1_gnsdu"]
|
||||
[ext_resource type="Texture2D" uid="uid://tm14o2xkomjb" path="res://Sprites/Icon.png" id="2_3vm23"]
|
||||
[ext_resource type="Texture2D" uid="uid://kpiqfphw2d2q" path="res://ExternalMaterial/Prism/Prism.png" id="2_3vm23"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_3vm23"]
|
||||
|
||||
|
|
@ -15,3 +15,4 @@ shape = SubResource("CircleShape2D_3vm23")
|
|||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("2_3vm23")
|
||||
hframes = 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue