[gd_scene load_steps=4 format=2] [ext_resource path="res://Actors/Objects/PowerStorage/PowerStorage.gd" type="Script" id=1] [ext_resource path="res://Graphics/tgstation/smes.png" type="Texture" id=2] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 16, 16 ) [node name="StaticBody2D" type="StaticBody2D"] script = ExtResource( 1 ) [node name="smes" type="Sprite" parent="."] texture = ExtResource( 2 ) centered = false [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2( 16, 16 ) shape = SubResource( 1 )