weng

Results 4 issues of weng

Card.tscn ``` [gd_scene load_steps=2 format=2] [ext_resource path="res://Card.jsx" type="Script" id=1] [node name="Card" type="Node2D"] script = ExtResource( 1 ) ``` Card.jsx ```jsx export default class Card extends godot.Node2D { _ready() { console.log('Card...

bug

Please close if this is not a problem 😄

> This is not an `issue` See [modern-screenshot](https://github.com/qq15725/modern-screenshot) details Hope it helps everyone

### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change that fixes an...